summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-05 23:30:05 -0500
committerGitHub <noreply@github.com>2023-01-05 23:30:05 -0500
commit7794c0e43a4c0cd7701d0b05bf4eb6abf0e72601 (patch)
treed159c25b26cb39c31eb6837b416244bff2aa1ebf /README.md
parentd3661c23200a66c7dc01f4e534d8d7e97dc188d2 (diff)
uptick: 0.7.1 (#959)
* uptick: 0.7.1 * update changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e618d67f..57b383a5 100644
--- a/README.md
+++ b/README.md
@@ -153,8 +153,8 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
(note stable ARM builds are only available for 0.6.8 and later). If you want to install this way, do something like:
```bash
-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
+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
```
### Snap
@@ -234,7 +234,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.7.0
+choco install bottom --version=0.7.1
```
### winget
@@ -264,7 +264,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.0.tar.gz
+tar -xzvf 0.7.1.tar.gz
cargo install --path .
# Option 2 - Clone from master and install manually