summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-22 00:53:36 -0500
committerGitHub <noreply@github.com>2023-01-22 00:53:36 -0500
commit36840e5de9bccaa6c9f7d93d8fd4020e55e04d3b (patch)
treeee793a8e0b9ebb796698dcba69b5c26e5029ae98 /README.md
parent9a011189f1b500047c2651305dfb4f0eb3501c14 (diff)
uptick: 0.8.0 (#996)
* uptick: 0.8.0 * update changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 51960055..f4a15a8e 100644
--- a/README.md
+++ b/README.md
@@ -158,16 +158,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
```bash
# x86-64
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1/bottom_0.7.1_amd64.deb
-sudo dpkg -i bottom_0.7.1_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.8.0/bottom_0.8.0_amd64.deb
+sudo dpkg -i bottom_0.8.0_amd64.deb
# ARM64
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1/bottom_0.7.1_arm64.deb
-sudo dpkg -i bottom_0.7.1_arm64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.8.0/bottom_0.8.0_arm64.deb
+sudo dpkg -i bottom_0.8.0_arm64.deb
# ARM
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1/bottom_0.7.1_armhf.deb
-sudo dpkg -i bottom_0.7.1_armhf.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.8.0/bottom_0.8.0_armhf.deb
+sudo dpkg -i bottom_0.8.0_armhf.deb
```
### Snap
@@ -247,7 +247,7 @@ choco install bottom
# The version number may need to be specified for newer releases for the first
# few hours/days during the approval process:
-choco install bottom --version=0.7.1
+choco install bottom --version=0.8.0
```
### winget
@@ -279,7 +279,7 @@ rustup update stable
# Option 1 - Download from releases and install
curl -LO https://github.com/ClementTsang/bottom/archive/0.7.0.tar.gz
-tar -xzvf 0.7.1.tar.gz
+tar -xzvf 0.8.0.tar.gz
cargo install --path .
# Option 2 - Clone from master and install manually