aboutsummaryrefslogtreecommitdiff
path: root/doc/src/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/installation.md')
-rw-r--r--doc/src/installation.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/src/installation.md b/doc/src/installation.md
deleted file mode 100644
index 7f722e7..0000000
--- a/doc/src/installation.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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/). Make sure that you download a binary that supports K2V. Currently, you will find them in the "Extra build" section of the Download page.
-
-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)