mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
docs: Fix outdated install instruction
This commit is contained in:
parent
7e8bf95179
commit
c41b972081
@ -77,8 +77,8 @@ cd bottom
|
||||
cargo install --path .
|
||||
|
||||
# Download from releases and install
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.6/bottom_source_code.tar.gz
|
||||
tar -xzvf bottom_source_code.tar.gz
|
||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.4.6.tar.gz
|
||||
tar -xzvf 0.4.6.tar.gz
|
||||
cargo install --path .
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user