mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-22 21:24:49 +02:00
docs: add note on target-cpu=native when manually installing
This commit is contained in:
parent
a965e53c6c
commit
e7b31dfb96
@ -282,6 +282,10 @@ cargo install --path .
|
|||||||
|
|
||||||
# Option 3 - Clone and install directly from the repo all via Cargo
|
# Option 3 - Clone and install directly from the repo all via Cargo
|
||||||
cargo install --git https://github.com/ClementTsang/bottom
|
cargo install --git https://github.com/ClementTsang/bottom
|
||||||
|
|
||||||
|
# You can also want to pass in the target-cpu=native flag for
|
||||||
|
# better CPU-specific optimizations. For example:
|
||||||
|
RUSTFLAGS="-C target-cpu=native" cargo install --path .
|
||||||
```
|
```
|
||||||
|
|
||||||
### Binaries
|
### Binaries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user