Skip to content

Commit f37eb2a

Browse files
authored
Merge pull request #8994 from oech3/doc-uudoc
README.md: Fix about manpage generation
2 parents da49b21 + 0772737 commit f37eb2a

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
@@ -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
258256
cargo install --bin uudoc --features uudoc --path .
257+
```
259258

260-
# Then use the installed binary
259+
Then use the installed binary:
260+
```shell
261261
uudoc completion <utility> <shell>
262262
```
263263

@@ -278,10 +278,6 @@ env PROG_PREFIX=uu- uudoc completion cp zsh
278278
To 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
285281
uudoc manpage <utility>
286282
```
287283

0 commit comments

Comments
 (0)