We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975e18c commit 9678fbaCopy full SHA for 9678fba
README.md
@@ -240,10 +240,10 @@ Installing with `make` installs shell completions for all installed utilities
240
for `bash`, `fish` and `zsh`. Completions for `elvish` and `powershell` can also
241
be generated; See `Manually install shell completions`.
242
243
-To skip installation of completions and manpages:
+To skip installation of completions, manpages and locales:
244
245
```shell
246
-make COMPLETIONS=n MANPAGES=n install
+make COMPLETIONS=n MANPAGES=n LOCALES=n install
247
```
248
249
### Manually install shell completions
0 commit comments