summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-07-18 13:42:25 -0400
committerGitHub <noreply@github.com>2021-07-18 13:42:25 -0400
commit812731ba00144d0e21fd78f9957c571aa5c703a7 (patch)
tree15255e131d2299060360dda4bcb612a905a53309 /README.md
parent2736dc9b35739b9b48d8ac2ad0b5d3671813c725 (diff)
uptick: 0.6.3 (#549)0.6.3
Uptick README and documentation to 0.6.3.
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 0694dbbd..60b1c8fc 100644
--- a/README.md
+++ b/README.md
@@ -100,8 +100,8 @@ yay -S bottom-bin
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.2/bottom_0.6.2_amd64.deb
-sudo dpkg -i bottom_0.6.2_amd64.deb
+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
```
### Fedora/CentOS
@@ -176,7 +176,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.2
+choco install bottom --version=0.6.3
```
### winget
@@ -202,8 +202,8 @@ There are a few ways to go about doing this manually. Note that in all cases, yo
rustup update stable
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.6.2.tar.gz
-tar -xzvf 0.6.2.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.6.3.tar.gz
+tar -xzvf 0.6.3.tar.gz
cargo install --path .
# Clone from master and install manually