summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-07-08 15:14:51 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-07-08 15:15:16 -0400
commit4cc403b594a97499bd3cf2b7a019398bc288a25b (patch)
tree2e593d4a4372877bebf9e639b5d5de0356aa02b6 /README.md
parentbe6f824a43cf998099a6f91cecb09ca461a6094e (diff)
uptick: 0.4.5
This patch is just to deal with crates.io not using the correct Cargo.lock I had intended.
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 5cc3b120..f2a722ad 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ cd bottom
cargo install --path .
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.4/bottom_source_code.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.5/bottom_source_code.tar.gz
tar -xzvf bottom_source_code.tar.gz
cargo install --path .
```
@@ -101,8 +101,8 @@ yay 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.4.4/bottom_0.4.4_amd64.deb
-sudo dpkg -i bottom_0.4.4_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.5/bottom_0.4.5_amd64.deb
+sudo dpkg -i bottom_0.4.5_amd64.deb
```
### Homebrew
@@ -129,7 +129,7 @@ Choco package located [here](https://chocolatey.org/packages/bottom).
choco install bottom
# Version number may be required for newer releases, if available:
-choco install bottom --version=0.4.4
+choco install bottom --version=0.4.5
```
## Usage