From 098d6c44e23b0360b0bd88183524dfa9e379438c Mon Sep 17 00:00:00 2001 From: Staudey Date: Mon, 5 Oct 2020 21:59:09 +0200 Subject: [PATCH] Mention fish-completions-dir build option (#1084) Mention the fish-completion-dir option in the "Build options" section, now that it is available --- docs/INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index bce179c4..6e24f79d 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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=` and -`--with-zsh-completion-dir=` to `configure`. +`--with-bash-completion-dir=`, `--with-zsh-completion-dir=`, and +`--with-fish-completion-dir=` to `configure`. ### Building using a different compiler (for example [LDC](https://wiki.dlang.org/LDC)) #### ARMHF Architecture