Skip to content

Commit

Permalink
docs: Update Initial Setup section in multichain-testing README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Aug 22, 2024
1 parent 6d97bc4 commit fbf07d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multichain-testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ setup-kind:

.PHONY: clean-kind
clean-kind:
kind delete cluster --name $(KIND_CLUSTER)
-kind delete cluster --name $(KIND_CLUSTER)

###############################################################################
### Agoric Setup ###
Expand Down
8 changes: 7 additions & 1 deletion multichain-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ The `agoric` software revision includes the vats necessary for building and test

## Initial Setup

First, ensure you have Kubernetes available. See https://docs.cosmology.zone/starship/get-started/step-2.
Install the relevant dependencies:

```sh
yarn install
```

Ensure you have Kubernetes available. See https://docs.cosmology.zone/starship/get-started/step-2.

The following will install `kubectl`, `kind`, `helm`, and `yq` as needed.

Expand Down

0 comments on commit fbf07d1

Please sign in to comment.