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…
Reference in New Issue