Skip to content

Commit

Permalink
Use snap install yq in local_testnet (#6468)
Browse files Browse the repository at this point in the history
* Use snap install yq in local_testnet

snap is better than apt since it's recommended in yq doc
  • Loading branch information
ppopth authored Oct 17, 2024
1 parent a61b587 commit 2edf225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/local_testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This setup can be useful for testing and development.

1. Install [Kurtosis](https://docs.kurtosis.com/install/). Verify that Kurtosis has been successfully installed by running `kurtosis version` which should display the version.

1. Install [yq](https://github.com/mikefarah/yq). If you are on Ubuntu, you can install `yq` by running `sudo apt install yq -y`.
1. Install [yq](https://github.com/mikefarah/yq). If you are on Ubuntu, you can install `yq` by running `snap install yq`.

## Starting the testnet

Expand Down Expand Up @@ -82,4 +82,4 @@ The script comes with some CLI options, which can be viewed with `./start_local_

```bash
./start_local_testnet.sh -b false
```
```

0 comments on commit 2edf225

Please sign in to comment.