chore: update readme
send people to the installation page on the website instead of having redundant instructions in this readme.
This commit is contained in:
parent
252f829825
commit
33f36a738b
24
README.md
24
README.md
|
@ -11,27 +11,11 @@
|
||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## QuickStart
|
## Installation
|
||||||
|
|
||||||
### Prerequisites
|
- [Linux/MacOS](https://aiken-lang.org/installation-instructions#from-aikup-linux--macos-only)
|
||||||
|
- [Windows](https://aiken-lang.org/installation-instructions#from-sources-all-platforms)
|
||||||
For now you'll need rust installed, see [rustup](https://rustup.rs).
|
- [nix](https://aiken-lang.org/installation-instructions#from-nix-flakes-linux--macos-only)
|
||||||
|
|
||||||
### Getting started
|
|
||||||
|
|
||||||
In case you have fresh installation of `rustup` you might need to do:
|
|
||||||
|
|
||||||
```console
|
|
||||||
rustup install stable
|
|
||||||
```
|
|
||||||
|
|
||||||
```console
|
|
||||||
$ cargo install --git https://github.com/aiken-lang/aiken.git
|
|
||||||
|
|
||||||
$ aiken --help
|
|
||||||
```
|
|
||||||
|
|
||||||
Alternatively nix builds are available via [flakes](https://aiken-lang.org/getting-started#from-nix-flakes).
|
|
||||||
|
|
||||||
### How to use
|
### How to use
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue