Skip to content

Commit 9678fba

Browse files
authored
README.md: LOCALES=n
1 parent 975e18c commit 9678fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ Installing with `make` installs shell completions for all installed utilities
240240
for `bash`, `fish` and `zsh`. Completions for `elvish` and `powershell` can also
241241
be generated; See `Manually install shell completions`.
242242

243-
To skip installation of completions and manpages:
243+
To skip installation of completions, manpages and locales:
244244

245245
```shell
246-
make COMPLETIONS=n MANPAGES=n install
246+
make COMPLETIONS=n MANPAGES=n LOCALES=n install
247247
```
248248

249249
### Manually install shell completions

0 commit comments

Comments
 (0)