Mention fish-completions-dir build option (#1084)

Mention the fish-completion-dir option in the "Build options" section, now that it is available
This commit is contained in:
Staudey 2020-10-05 21:59:09 +02:00 committed by GitHub
parent d6509e77b3
commit 098d6c44e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -316,10 +316,10 @@ By passing `--enable-debug` to the `configure` call, `onedrive` gets built with
information, useful (for example) to get `perf`-issued figures.
By passing `--enable-completions` to the `configure` call, shell completion functions are
installed for `bash` and `zsh`. The installation directories are determined
installed for `bash`, `zsh` and `fish`. The installation directories are determined
as far as possible automatically, but can be overridden by passing
`--with-bash-completion-dir=<DIR>` and
`--with-zsh-completion-dir=<DIR>` to `configure`.
`--with-bash-completion-dir=<DIR>`, `--with-zsh-completion-dir=<DIR>`, and
`--with-fish-completion-dir=<DIR>` to `configure`.
### Building using a different compiler (for example [LDC](https://wiki.dlang.org/LDC))
#### ARMHF Architecture