File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -248,16 +248,16 @@ make COMPLETIONS=n MANPAGES=n install
248248
249249### Manually install shell completions
250250
251- The ` coreutils ` binary can generate completions for the ` bash ` , ` elvish ` ,
252- ` fish ` , ` powershell ` and ` zsh ` shells. It prints the result to stdout.
253-
254- The syntax is:
251+ The ` uudoc ` binary generates completions for the ` bash ` , ` elvish ` ,
252+ ` fish ` , ` powershell ` and ` zsh ` shells to stdout.
255253
254+ Install ` uudoc ` by
256255``` shell
257- # Install uudoc first
258256cargo install --bin uudoc --features uudoc --path .
257+ ```
259258
260- # Then use the installed binary
259+ Then use the installed binary:
260+ ``` shell
261261uudoc completion < utility> < shell>
262262```
263263
@@ -278,10 +278,6 @@ env PROG_PREFIX=uu- uudoc completion cp zsh
278278To generate manpages, the syntax is:
279279
280280``` bash
281- # Install uudoc first
282- cargo install --bin uudoc --features uudoc --path .
283-
284- # Then use the installed binary
285281uudoc manpage < utility>
286282```
287283
You can’t perform that action at this time.
0 commit comments