mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
docs: update manual installation dl link
This commit is contained in:
parent
36840e5de9
commit
0f58851dca
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ to do so using the most recent version of stable Rust, which is how the binaries
|
|||
rustup update stable
|
||||
|
||||
# Option 1 - Download from releases and install
|
||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.7.0.tar.gz
|
||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.8.0.tar.gz
|
||||
tar -xzvf 0.8.0.tar.gz
|
||||
cargo install --path .
|
||||
|
||||
|
|
Loading…
Reference in a new issue