mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
docs: fix typo
This commit is contained in:
parent
0f58851dca
commit
2a4849ebb7
1 changed files with 3 additions and 2 deletions
|
@ -112,6 +112,7 @@ For more details on supported platforms and known problems, check out [the docum
|
|||
### Unofficial
|
||||
|
||||
bottom may work on a number of platforms that aren't officially supported. Note that unsupported platforms:
|
||||
|
||||
- Might not be tested in CI to build or pass tests (see [here](./.github/workflows/ci.yml) for checked platforms).
|
||||
- Might not be properly tested by maintainers prior to a stable release.
|
||||
- May only receive limited support, such as missing features or bugs that may not be fixed.
|
||||
|
@ -290,7 +291,7 @@ cargo install --path .
|
|||
# Option 3 - Clone and install directly from the repo all via Cargo
|
||||
cargo install --git https://github.com/ClementTsang/bottom
|
||||
|
||||
# You can also want to pass in the target-cpu=native flag for
|
||||
# You can also pass in the target-cpu=native flag for
|
||||
# better CPU-specific optimizations. For example:
|
||||
RUSTFLAGS="-C target-cpu=native" cargo install --path .
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue