From 33f36a738b9c39f0317340a4daecae03c8b1e245 Mon Sep 17 00:00:00 2001 From: rvcas Date: Fri, 12 May 2023 14:36:23 -0400 Subject: [PATCH] chore: update readme send people to the installation page on the website instead of having redundant instructions in this readme. --- README.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 645309e6..f3f11dc3 100644 --- a/README.md +++ b/README.md @@ -11,27 +11,11 @@
-## QuickStart +## Installation -### Prerequisites - -For now you'll need rust installed, see [rustup](https://rustup.rs). - -### 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). +- [Linux/MacOS](https://aiken-lang.org/installation-instructions#from-aikup-linux--macos-only) +- [Windows](https://aiken-lang.org/installation-instructions#from-sources-all-platforms) +- [nix](https://aiken-lang.org/installation-instructions#from-nix-flakes-linux--macos-only) ### How to use