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 efdc9b58..0861103c 100644
--- a/README.md
+++ b/README.md
@@ -120,8 +120,8 @@ cd bottom
cargo install --path .
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.6.0.tar.gz
-tar -xzvf 0.6.0.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.6.1.tar.gz
+tar -xzvf 0.6.1.tar.gz
cargo install --path .
```
@@ -159,8 +159,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.6.0/bottom_0.6.0_amd64.deb
-sudo dpkg -i bottom_0.6.0_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.1/bottom_0.6.1_amd64.deb
+sudo dpkg -i bottom_0.6.1_amd64.deb
```
### Fedora/CentOS
@@ -219,7 +219,7 @@ Since validation of the package takes time, it may take a while to become availa
choco install bottom
# Version number may be required for newer releases, if available:
-choco install bottom --version=0.6.0
+choco install bottom --version=0.6.1
```
### winget