From ce87cfecc29f224bd49ed2ea3711163d57b78a64 Mon Sep 17 00:00:00 2001 From: Paul Delafosse Date: Wed, 14 Feb 2024 22:29:38 +0100 Subject: [PATCH] docs: update install instruction for stable release --- README.md | 11 +++++++++-- docs/website/src/get-started.md | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 727908b..2998764 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,19 @@ cargo build --release --locked sudo mv target/release/onagre /usr/bin/onagre ``` -**With cargo:** +**Latest release with cargo:** ```bash -cargo install --git https://github.com/oknozor/onagre +cargo install --git https://github.com/onagre-launcher/onagre --tag 1.0.0 ``` +**Latest upstream with cargo:** + +```bash +cargo install --git https://github.com/onagre-launcher/onagre +``` + + ## Usage **1. Key bindings:** diff --git a/docs/website/src/get-started.md b/docs/website/src/get-started.md index 26a49ac..d0afae4 100644 --- a/docs/website/src/get-started.md +++ b/docs/website/src/get-started.md @@ -25,7 +25,7 @@ you can build it from source with [cargo](https://doc.rust-lang.org/cargo/gettin **Latest stable release:** ```bash -cargo install onagre +cargo install --git https://github.com/onagre-launcher/onagre --tag 1.0.0 ``` **Latest upstream:**