summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-11 23:03:50 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-11 23:03:50 -0400
commite47c86a83f4a8724b6ff958318530cceb1cf9a60 (patch)
tree004c2867d9776883d6f2da437b35043ac4e1af5b
parenta03e9d6f31abe808cb0df3a69842b0ab053f1aa2 (diff)
docs: update to 0.4.2
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8d318a69..4e0d3d2f 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ cd bottom
cargo install --path .
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.1/bottom_source_code.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.2/bottom_source_code.tar.gz
tar -xzvf bottom_source_code.tar.gz
cargo install --path .
```
@@ -96,8 +96,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.1/bottom_0.4.1_amd64.deb
-sudo dpkg -i bottom_0.4.1_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.2/bottom_0.4.2_amd64.deb
+sudo dpkg -i bottom_0.4.2_amd64.deb
```
### Homebrew
@@ -124,7 +124,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.1
+choco install bottom --version=0.4.2
```
## Usage