Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0772737

Browse files
committed
README.md: Fix about manpage generation
1 parent 3b2cb6a commit 0772737

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -246,16 +246,16 @@ make COMPLETIONS=n MANPAGES=n install
246246

247247
### Manually install shell completions
248248

249-
The `coreutils` binary can generate completions for the `bash`, `elvish`,
250-
`fish`, `powershell` and `zsh` shells. It prints the result to stdout.
251-
252-
The syntax is:
249+
The `uudoc` binary generates completions for the `bash`, `elvish`,
250+
`fish`, `powershell` and `zsh` shells to stdout.
253251

252+
Install `uudoc` by
254253
```shell
255-
# Install uudoc first
256254
cargo install --bin uudoc --features uudoc --path .
255+
```
257256

258-
# Then use the installed binary
257+
Then use the installed binary:
258+
```shell
259259
uudoc completion <utility> <shell>
260260
```
261261

@@ -276,10 +276,6 @@ env PROG_PREFIX=uu- uudoc completion cp zsh
276276
To generate manpages, the syntax is:
277277

278278
```bash
279-
# Install uudoc first
280-
cargo install --bin uudoc --features uudoc --path .
281-
282-
# Then use the installed binary
283279
uudoc manpage <utility>
284280
```
285281

0 commit comments

Comments
 (0)