summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 69307022..cc221415 100644
--- a/README.md
+++ b/README.md
@@ -87,8 +87,8 @@ cd bottom
cargo install --path .
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.4.7.tar.gz
-tar -xzvf 0.4.7.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.5.0.tar.gz
+tar -xzvf 0.5.0.tar.gz
cargo install --path .
```
@@ -121,8 +121,8 @@ yay -S bottom-bin
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
```bash
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.7/bottom_0.4.7_amd64.deb
-sudo dpkg -i bottom_0.4.7_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.0/bottom_0.5.0_amd64.deb
+sudo dpkg -i bottom_0.5.0_amd64.deb
```
### Fedora/CentOS
@@ -174,7 +174,7 @@ Choco package located [here](https://chocolatey.org/packages/bottom).
choco install bottom
# Version number may be required for newer releases, if available:
-choco install bottom --version=0.4.7
+choco install bottom --version=0.5.0
```
### winget