Skip to content

Commit

Permalink
Update doc: starknet-devnet is now part of asdf-vm community plugins (#…
Browse files Browse the repository at this point in the history
…622)

* [skip ci]
  • Loading branch information
ptisserand authored Oct 7, 2024
1 parent f75534f commit eb8d800
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
26 changes: 25 additions & 1 deletion website/docs/running/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,31 @@ $ cargo install --git https://github.com/0xSpaceShard/starknet-devnet-rs.git --l

### Install with `asdf`

- Follow the instructions from the [asdf-starknet-devnet](https://github.com/ptisserand/asdf-starknet-devnet) repo.
- Run the following to add the `starknet-devnet` plugin

```
$ asdf plugin add starknet-devnet
```

- Show all installable versions:

```
$ asdf list-all starknet-devnet
```

- Install latest version:

```
$ asdf install starknet-devnet latest
```

- Install specific version:

```
$ asdf install starknet-devnet 0.2.0
```

Check [asdf guide](https://asdf-vm.com/guide/getting-started.html) for more instructions on how to install & manage versions.

### Run the installed executable

Expand Down
26 changes: 25 additions & 1 deletion website/versioned_docs/version-0.2.0/running/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,31 @@ $ cargo install --git https://github.com/0xSpaceShard/starknet-devnet-rs.git --l

### Install with `asdf`

- Follow the instructions from the [asdf-starknet-devnet](https://github.com/ptisserand/asdf-starknet-devnet) repo.
- Run the following to add the `starknet-devnet` plugin

```
$ asdf plugin add starknet-devnet
```

- Show all installable versions:

```
$ asdf list-all starknet-devnet
```

- Install latest version:

```
$ asdf install starknet-devnet latest
```

- Install specific version:

```
$ asdf install starknet-devnet 0.2.0
```

Check [asdf guide](https://asdf-vm.com/guide/getting-started.html) for more instructions on how to install & manage versions.

### Run the installed executable

Expand Down

0 comments on commit eb8d800

Please sign in to comment.