From 112e63b5d7feb9476b6bd1852dc276bb3de2d0bd Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 1 Aug 2022 10:35:29 +0200 Subject: First iteration on documentation --- doc/src/installation.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/src/installation.md (limited to 'doc/src/installation.md') diff --git a/doc/src/installation.md b/doc/src/installation.md new file mode 100644 index 0000000..1b5d485 --- /dev/null +++ b/doc/src/installation.md @@ -0,0 +1,25 @@ +# Installation + +Install a Rust nightly toolchain: [go to Rustup](https://rustup.rs/). + +Install and deploy a Garage cluster: [go to Garage documentation](https://garagehq.deuxfleurs.fr/documentation/quick-start/). + +Clone Aerogramme's repository: + +```bash +git clone https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/ +``` + +Compile Aerogramme: + +```bash +cargo build +``` + +Check that your compiled binary works: + +```bash +cargo run +``` + +You are now ready to [setup Aerogramme!](./setup.md) -- cgit v1.2.3