docs: fix typo

This commit is contained in:
ClementTsang 2023-01-22 01:20:39 -05:00
parent 0f58851dca
commit 2a4849ebb7
No known key found for this signature in database
GPG Key ID: DC3B7867D8D97095

View File

@ -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 .
```