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 22051656..661e473f 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.5.3.tar.gz
-tar -xzvf 0.5.3.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.5.4.tar.gz
+tar -xzvf 0.5.4.tar.gz
cargo install --path .
```
@@ -120,8 +120,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.5.3/bottom_0.5.3_amd64.deb
-sudo dpkg -i bottom_0.5.3_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.4/bottom_0.5.4_amd64.deb
+sudo dpkg -i bottom_0.5.4_amd64.deb
```
### Fedora/CentOS
@@ -175,7 +175,7 @@ to appear.
choco install bottom
# Version number may be required for newer releases, if available:
-choco install bottom --version=0.5.3
+choco install bottom --version=0.5.4
```
### winget