mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 12:13:06 +00:00
docs + other: Mention Ubuntu in install, bump to 0.6.3-nightly
This commit is contained in:
parent
0bbee6743f
commit
8a8360726b
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -237,7 +237,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bottom"
|
||||
version = "0.6.2-nightly"
|
||||
version = "0.6.3-nightly"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bottom"
|
||||
version = "0.6.2-nightly"
|
||||
version = "0.6.3-nightly"
|
||||
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
||||
edition = "2018"
|
||||
repository = "https://github.com/ClementTsang/bottom"
|
||||
|
|
|
@ -95,7 +95,7 @@ yay -S bottom
|
|||
yay -S bottom-bin
|
||||
```
|
||||
|
||||
### Debian
|
||||
### Debian/Ubuntu
|
||||
|
||||
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
|
||||
|
||||
|
|
Loading…
Reference in a new issue