summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-09-12 14:02:11 -0400
committerGitHub <noreply@github.com>2021-09-12 14:02:11 -0400
commitc7626057c99e8eccc6d2d72c72a6ab08a23ea507 (patch)
tree1c2ab6a685a1fb7e7982f5c80b96138b3bdd728e /README.md
parentaabbc4fd95e77cf80456f71d86507e08ce542585 (diff)
uptick: 0.6.4 (#576)
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 7f61e937..8956ce64 100644
--- a/README.md
+++ b/README.md
@@ -97,8 +97,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.3/bottom_0.6.3_amd64.deb
-sudo dpkg -i bottom_0.6.3_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.4/bottom_0.6.4_amd64.deb
+sudo dpkg -i bottom_0.6.4_amd64.deb
```
### Fedora/CentOS
@@ -173,7 +173,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.3
+choco install bottom --version=0.6.4
```
### winget
@@ -200,8 +200,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.3.tar.gz
-tar -xzvf 0.6.3.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.6.4.tar.gz
+tar -xzvf 0.6.4.tar.gz
cargo install --path .
# Option 2 - Clone from master and install manually