mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 05:51:35 +01:00
fix(README): typo fix
Fixes a bad link to the completion scripts in the `README`.
This commit is contained in:
parent
b13246978a
commit
6e388c3693
@ -194,7 +194,7 @@ cheat -p personal -t networking --regex -s '(?:[0-9]{1,3}\.){3}[0-9]{1,3}'
|
|||||||
Advanced Usage
|
Advanced Usage
|
||||||
--------------
|
--------------
|
||||||
Shell autocompletion is currently available for the `bash` and `fish` shells.
|
Shell autocompletion is currently available for the `bash` and `fish` shells.
|
||||||
Copy the relevant [completion script][completion-scripts] into the appropriate
|
Copy the relevant [completion script][completions] into the appropriate
|
||||||
directory on your filesystem to enable autocompletion. (This directory will
|
directory on your filesystem to enable autocompletion. (This directory will
|
||||||
vary depending on operating system and shell specifics.)
|
vary depending on operating system and shell specifics.)
|
||||||
|
|
||||||
@ -206,6 +206,6 @@ integration:
|
|||||||
2. Set an envvar: `export CHEAT_USE_FZF=true`
|
2. Set an envvar: `export CHEAT_USE_FZF=true`
|
||||||
|
|
||||||
[Releases]: https://github.com/cheat/cheat/releases
|
[Releases]: https://github.com/cheat/cheat/releases
|
||||||
[bash]: https://github.com/cheat/cheat/blob/master/scripts/fzf.bash
|
|
||||||
[cheatsheets]: https://github.com/cheat/cheatsheets
|
[cheatsheets]: https://github.com/cheat/cheatsheets
|
||||||
|
[completions]: https://github.com/cheat/cheat/tree/master/scripts
|
||||||
[fzf]: https://github.com/junegunn/fzf
|
[fzf]: https://github.com/junegunn/fzf
|
||||||
|
Loading…
Reference in New Issue
Block a user