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 a6db2261..03d11d9a 100644
--- a/README.md
+++ b/README.md
@@ -103,8 +103,8 @@ sudo pacman -Syu bottom
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.6/bottom_0.6.6_amd64.deb
-sudo dpkg -i bottom_0.6.6_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.7/bottom_0.6.7_amd64.deb
+sudo dpkg -i bottom_0.6.7_amd64.deb
```
### Fedora/CentOS
@@ -175,7 +175,7 @@ Since validation of the package takes time, it may take a while to become availa
choco install bottom
# The version number may be required for newer releases during the approval process:
-choco install bottom --version=0.6.6
+choco install bottom --version=0.6.7
```
### winget
@@ -205,8 +205,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
rustup update stable
# Option 1 - Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.6.6.tar.gz
-tar -xzvf 0.6.6.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.6.7.tar.gz
+tar -xzvf 0.6.7.tar.gz
cargo install --path .
# Option 2 - Clone from master and install manually