summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-12-31 17:50:20 -0500
committerGitHub <noreply@github.com>2022-12-31 17:50:20 -0500
commit46884d48f0c9ab5bd32ebbd6ef77c736d3de99b1 (patch)
tree535749becd7ec01601fc69ee4de43c9d683c763a /README.md
parent3b5774117f7a7aa5e99f6553e989688f4362e8e2 (diff)
uptick: 0.7.0 (#940)
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 036dcefb..6c46a539 100644
--- a/README.md
+++ b/README.md
@@ -151,8 +151,8 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
(note stable ARM builds only started with 0.6.8). You could install this way doing something like:
```bash
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.8/bottom_0.6.8_amd64.deb
-sudo dpkg -i bottom_0.6.8_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.0/bottom_0.7.0_amd64.deb
+sudo dpkg -i bottom_0.7.0_amd64.deb
```
### Snap
@@ -232,7 +232,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.8
+choco install bottom --version=0.7.0
```
### winget
@@ -261,8 +261,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.8.tar.gz
-tar -xzvf 0.6.8.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.7.0.tar.gz
+tar -xzvf 0.7.0.tar.gz
cargo install --path .
# Option 2 - Clone from master and install manually