mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
Update README.md
This commit is contained in:
parent
2543cff9d8
commit
b3ffca0d67
1 changed files with 3 additions and 2 deletions
|
@ -10,11 +10,12 @@ A graphical top clone, written in Rust. Inspired by both [gtop](https://github.c
|
|||
|
||||
### Linux
|
||||
|
||||
You can install by cloning and using `cargo build --release`, or download the pre-compiled binary in Releases.
|
||||
You can install by cloning and using `cargo build --release`, or use `cargo install bottom`.
|
||||
|
||||
### Windows
|
||||
|
||||
You can currently install by cloning and building yourself using `cargo build --release`. You may need to install a font like [FreeMono](https://fonts2u.com/free-monospaced.font) and use a terminal like cmder for font support to work properly, unfortunately.
|
||||
You can currently install by cloning and building yourself using `cargo build --release`, or use `cargo install bottom`
|
||||
. You may need to install a font like [FreeMono](https://fonts2u.com/free-monospaced.font) and use a terminal like cmder for font support to work properly, unfortunately.
|
||||
|
||||
### macOS
|
||||
|
||||
|
|
Loading…
Reference in a new issue