mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 05:34:57 +02:00
docs: mention updating rust for manual build
This commit is contained in:
parent
ee84d799bf
commit
52eb7121c5
@ -53,9 +53,12 @@ Note that binaries are built on the stable version of Rust, and I mainly test an
|
|||||||
|
|
||||||
### Manual
|
### Manual
|
||||||
|
|
||||||
There are a few ways to go about doing this. For example:
|
There are a few ways to go about doing this (note you will need the current version of stable Rust). For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Update Rust on the stable channel
|
||||||
|
rustup update stable
|
||||||
|
|
||||||
# Clone and install the newest master version all via Cargo
|
# Clone and install the newest master version all via Cargo
|
||||||
cargo install --git https://github.com/ClementTsang/bottom
|
cargo install --git https://github.com/ClementTsang/bottom
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user