summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-01-22 01:20:39 -0500
committerClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-01-22 01:20:39 -0500
commit2a4849ebb78e68a824b1f9bfc5af6a784329e558 (patch)
treeab179b4ca902ce296773b1a6a3abd809a9206923
parent0f58851dcae4749c491c77da54d96e30366c8081 (diff)
docs: fix typo0.8.0
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 30c7b07f..192d34a2 100644
--- a/README.md
+++ b/README.md
@@ -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 .
```
@@ -312,7 +313,7 @@ The release binaries are packaged with shell auto-completion files for bash, fis
- For zsh, move `_btm` to one of your `$fpath` directories.
- For PowerShell, add `. _btm.ps1` to your PowerShell
[profile](<https://docs.microsoft.com/en-us/previous-versions//bb613488(v=vs.85)>).
-
+
The individual auto-completion files are also included in the stable/nightly releases as `completion.tar.gz`.
## Usage