Skip to content

Commit b0a1bbb

Browse files
committed
mention completely install in the readme
1 parent 0fbdbc6 commit b0a1bbb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $ completely generate
109109
$ completely preview
110110
```
111111

112-
For more options (like setting input/output path), run
112+
For more options (like setting input/output path), run:
113113

114114
```bash
115115
$ completely --help
@@ -215,9 +215,15 @@ In order to enable the completions, simply source the generated script:
215215
$ source completely.bash
216216
```
217217

218-
In order to load these completions on startup, you may want to place them in
219-
the completions directory of your operating system, which can be either of
220-
these (whichever exists):
218+
If you are satisfied with the result, and wish to copy the script to your bash
219+
completions directory, simply run:
220+
221+
```bash
222+
$ completely install
223+
```
224+
225+
Alternatively, you can copy the script manually in one of these directories
226+
(whichever exists):
221227

222228
- `/usr/share/bash-completion/completions`
223229
- `/usr/local/etc/bash_completion.d`

0 commit comments

Comments
 (0)