summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-07-06 01:09:01 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-07-06 01:09:01 -0400
commit3564f00f394365f1aeaf97d0f7757814ea3c1b5c (patch)
treea56df8062c951a76b1ec3baed0577ed55bc0c0e7 /README.md
parent3ffa437af396407aa647d90bc925fa79e885a83e (diff)
docs: update for 0.4.4
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 9c2e2e05..5cc3b120 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ Note that bottom is:
- Built on the stable version of Rust
- Tested and released for only 64-bit
- Developed mainly for macOS, Windows, and Linux
-
+
As such, support beyond that is not guaranteed.
### Manual
@@ -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.3/bottom_source_code.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.4/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.3/bottom_0.4.3_amd64.deb
-sudo dpkg -i bottom_0.4.3_amd64.deb
+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
```
### 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.3
+choco install bottom --version=0.4.4
```
## Usage