From 0772737f127284ff101d4b66f6025e4ef80547dc Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Sat, 25 Oct 2025 01:59:17 +0900 Subject: [PATCH] README.md: Fix about manpage generation --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c056f9e23..f9be005a2 100644 --- a/README.md +++ b/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 ``` @@ -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 ```