docs: update for 0.4.4

This commit is contained in:
ClementTsang 2020-07-06 01:09:01 -04:00
parent 3ffa437af3
commit 3564f00f39
2 changed files with 8 additions and 6 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.5.0] - Unreleased
## [0.4.4] - 2020-07-06
### Features
- [#114](https://github.com/ClementTsang/bottom/pull/114): Show process state per process (originally in 0.4.0, moved to later). This only

View File

@ -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