mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-25 12:56:30 +00:00
docs: Fix outdated install instruction
This commit is contained in:
@@ -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 .
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user