Skip to content

Commit 2a4849e

Browse files
committed
docs: fix typo
1 parent 0f58851 commit 2a4849e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ For more details on supported platforms and known problems, check out [the docum
112112
### Unofficial
113113

114114
bottom 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
291292
cargo 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:
295296
RUSTFLAGS="-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+
316317
The individual auto-completion files are also included in the stable/nightly releases as `completion.tar.gz`.
317318

318319
## Usage

0 commit comments

Comments
 (0)