diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-03 16:02:15 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-03 16:02:15 +0200 |
commit | 492fa1f2faf6dde6a1c28df1c2ca2b92313b61f5 (patch) | |
tree | 2193f4f770409eb599ac9455b38d98852eebb710 | |
parent | 0e45eb9a6953b02d422f9d2144c8229962ac0b40 (diff) | |
download | aerogramme-492fa1f2faf6dde6a1c28df1c2ca2b92313b61f5.tar.gz aerogramme-492fa1f2faf6dde6a1c28df1c2ca2b92313b61f5.zip |
Add warning about k2v
-rw-r--r-- | doc/src/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/installation.md b/doc/src/installation.md index 1b5d485..7f722e7 100644 --- a/doc/src/installation.md +++ b/doc/src/installation.md @@ -2,7 +2,7 @@ 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/). +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: |