docs: Fix outdated install instruction

This commit is contained in:
ClementTsang 2020-08-25 01:05:40 -04:00
parent 7e8bf95179
commit c41b972081
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ cd bottom
cargo install --path . cargo install --path .
# Download from releases and install # Download from releases and install
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.6/bottom_source_code.tar.gz curl -LO https://github.com/ClementTsang/bottom/archive/0.4.6.tar.gz
tar -xzvf bottom_source_code.tar.gz tar -xzvf 0.4.6.tar.gz
cargo install --path . cargo install --path .
``` ```