Skip to content

Commit

Permalink
recommend use of v0.11-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 22, 2024
1 parent b8c1ab4 commit 0773823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/install/cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Before the final RGB release it might be required to specify concrete
pre-release version as an argument:

```
$ cargo install rgb-contracts --all-features --version 0.10.0
$ cargo install rgb-contracts --all-features --version 0.11.0-beta.7
```


Expand All @@ -60,5 +60,6 @@ By building from the master tip you can get the latest nightly version of
```console
$ git clone https://github.com/RGB-WG/rgb
$ cd rgb
$ git checkout v0.11.0-beta.7
$ cargo install --path . --all-features
```

0 comments on commit 0773823

Please sign in to comment.