mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
README.md: Fix about manpage generation
This commit is contained in:
parent
3b2cb6af32
commit
0772737f12
1 changed files with 6 additions and 10 deletions
16
README.md
16
README.md
|
|
@ -246,16 +246,16 @@ make COMPLETIONS=n MANPAGES=n install
|
|||
|
||||
### Manually install shell completions
|
||||
|
||||
The `coreutils` binary can generate completions for the `bash`, `elvish`,
|
||||
`fish`, `powershell` and `zsh` shells. It prints the result to stdout.
|
||||
|
||||
The syntax is:
|
||||
The `uudoc` binary generates completions for the `bash`, `elvish`,
|
||||
`fish`, `powershell` and `zsh` shells to stdout.
|
||||
|
||||
Install `uudoc` by
|
||||
```shell
|
||||
# Install uudoc first
|
||||
cargo install --bin uudoc --features uudoc --path .
|
||||
```
|
||||
|
||||
# Then use the installed binary
|
||||
Then use the installed binary:
|
||||
```shell
|
||||
uudoc completion <utility> <shell>
|
||||
```
|
||||
|
||||
|
|
@ -276,10 +276,6 @@ env PROG_PREFIX=uu- uudoc completion cp zsh
|
|||
To generate manpages, the syntax is:
|
||||
|
||||
```bash
|
||||
# Install uudoc first
|
||||
cargo install --bin uudoc --features uudoc --path .
|
||||
|
||||
# Then use the installed binary
|
||||
uudoc manpage <utility>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue