diff --git a/templates/download.html b/templates/download.html index 522e65d..83f3e0c 100644 --- a/templates/download.html +++ b/templates/download.html @@ -13,7 +13,18 @@ Downloads | {{ config.title }}
docker pull registry.deuxfleurs.org/aerogramme:0.0.1+
docker pull REG/DOCK_NAME:VERSION
Aerogramme is available as a minimalist docker image (~20MB) that contains only the static binary. It means that you can't run bash
or any other shell in the container.
Network resources are finite. Please avoid wasting them by re-downloading the image each time you start a container. Keep a local cache or mirror the image on your private registry. In case of abuse, we may put some agressive rate limiting based on IP prefixes.
@@ -71,10 +88,10 @@ Downloads | {{ config.title }}curl https://download.deuxfleurs.org/df-dist-v1/aerogramme/0.0.1/linux/amd64/aerogramme -o aerogramme ++curl https://download.deuxfleurs.org/df-dist-v1/aerogramme/VERSION/linux/ARCH/aerogramme -o aerogramme chmod +x aerogrammeAerogramme is distributed as a statically compiled binary (~20MB).
@@ -100,24 +117,25 @@ chmod +x aerogramme
git clone https://git.deuxfleurs.fr/Deuxfleurs/aerogramme.git
cd aerogramme
-git checkout 0.0.1
+git checkout VERSION
cargo build --release
./target/release/aerogramme