File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments