Recommend installing latest git head from README (instead of latest cargo crate)

This commit is contained in:
KtorZ 2022-12-20 09:23:41 +01:00
parent 730c5a3314
commit f9761e8ade
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ rustup install stable
```
```console
$ cargo install aiken
$ cargo install --git https://github.com/aiken-lang/aiken.git
$ aiken --help
```