File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ For more details on supported platforms and known problems, check out [the docum
112112### Unofficial
113113
114114bottom may work on a number of platforms that aren't officially supported. Note that unsupported platforms:
115+
115116- Might not be tested in CI to build or pass tests (see [ here] ( ./.github/workflows/ci.yml ) for checked platforms).
116117- Might not be properly tested by maintainers prior to a stable release.
117118- May only receive limited support, such as missing features or bugs that may not be fixed.
@@ -290,7 +291,7 @@ cargo install --path .
290291# Option 3 - Clone and install directly from the repo all via Cargo
291292cargo install --git https://github.com/ClementTsang/bottom
292293
293- # You can also want to pass in the target-cpu=native flag for
294+ # You can also pass in the target-cpu=native flag for
294295# better CPU-specific optimizations. For example:
295296RUSTFLAGS=" -C target-cpu=native" cargo install --path .
296297```
@@ -312,7 +313,7 @@ The release binaries are packaged with shell auto-completion files for bash, fis
312313- For zsh, move ` _btm ` to one of your ` $fpath ` directories.
313314- For PowerShell, add ` . _btm.ps1 ` to your PowerShell
314315 [ profile] ( < https://docs.microsoft.com/en-us/previous-versions//bb613488(v=vs.85) > ) .
315-
316+
316317The individual auto-completion files are also included in the stable/nightly releases as ` completion.tar.gz ` .
317318
318319## Usage
You can’t perform that action at this time.
0 commit comments