Update readme to include fresh rustup start
This commit is contained in:
parent
2f7131e9b8
commit
56009eb88b
|
@ -20,6 +20,14 @@ For now you'll need rust installed, see [rustup](https://rustup.rs).
|
||||||
|
|
||||||
### Getting started
|
### Getting started
|
||||||
|
|
||||||
|
In case you have fresh installation of `rustup` you might need to do:
|
||||||
|
|
||||||
|
```console
|
||||||
|
|
||||||
|
rustup install stable
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ cargo install aiken
|
$ cargo install aiken
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue