mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-29 07:30:21 +00:00
docs: Update README and changelog for 0.5.0
This commit is contained in:
parent
79acbf9462
commit
1cb580b91f
4 changed files with 8 additions and 8 deletions
|
@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
## [0.5.0] - Unreleased
|
## [0.5.0] - 2020-11-20
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -108,7 +108,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.4.7"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.4.7"
|
version = "0.5.0"
|
||||||
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/ClementTsang/bottom"
|
repository = "https://github.com/ClementTsang/bottom"
|
||||||
|
|
10
README.md
10
README.md
|
@ -87,8 +87,8 @@ cd bottom
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
|
|
||||||
# Download from releases and install
|
# Download from releases and install
|
||||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.4.7.tar.gz
|
curl -LO https://github.com/ClementTsang/bottom/archive/0.5.0.tar.gz
|
||||||
tar -xzvf 0.4.7.tar.gz
|
tar -xzvf 0.5.0.tar.gz
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -121,8 +121,8 @@ yay -S bottom-bin
|
||||||
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
|
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.7/bottom_0.4.7_amd64.deb
|
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.0/bottom_0.5.0_amd64.deb
|
||||||
sudo dpkg -i bottom_0.4.7_amd64.deb
|
sudo dpkg -i bottom_0.5.0_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fedora/CentOS
|
### Fedora/CentOS
|
||||||
|
@ -174,7 +174,7 @@ Choco package located [here](https://chocolatey.org/packages/bottom).
|
||||||
choco install bottom
|
choco install bottom
|
||||||
|
|
||||||
# Version number may be required for newer releases, if available:
|
# Version number may be required for newer releases, if available:
|
||||||
choco install bottom --version=0.4.7
|
choco install bottom --version=0.5.0
|
||||||
```
|
```
|
||||||
|
|
||||||
### winget
|
### winget
|
||||||
|
|
Loading…
Reference in a new issue