Skip to content

Commit

Permalink
docs: update install instruction for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Feb 14, 2024
1 parent faa1468 commit ce87cfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion docs/website/src/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit ce87cfe

Please sign in to comment.