aboutsummaryrefslogtreecommitdiff
path: root/doc/src/installation.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-03-08 10:20:45 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-03-08 10:20:45 +0100
commitb9f32d720ae5ec60cadeb492af781ade48cd6cbf (patch)
tree5b4d01700bddc66c77809ef2cc3183f88ccaf229 /doc/src/installation.md
parent11462f80c4ae25696c7436ed7aacb92074d7e911 (diff)
downloadaerogramme-b9f32d720ae5ec60cadeb492af781ade48cd6cbf.tar.gz
aerogramme-b9f32d720ae5ec60cadeb492af781ade48cd6cbf.zip
Finalize Aerogramme's refactor
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)