diff --git a/wiki/MUTN/completions.md b/wiki/MUTN/completions.md index 7f2adf8..62c6a43 100644 --- a/wiki/MUTN/completions.md +++ b/wiki/MUTN/completions.md @@ -1,4 +1,5 @@ ## Shell Completions Troubleshooting +[Shell completions are provided for ZSH, Bash, and PowerShell 7+](https://github.com/rwinkhart/MUTN/tree/main/completions). ### ZSH completions not working? Make sure your ~/.zshrc contains the following (if sourcing from default completions location, usually `/usr/share/zsh/functions/Completion/Unix/_mutn`): ```shell diff --git a/wiki/MUTN/install.md b/wiki/MUTN/install.md index 6a72e81..cc8756e 100644 --- a/wiki/MUTN/install.md +++ b/wiki/MUTN/install.md @@ -3,6 +3,4 @@ MUTN is still in early development and thus no installation packages are officia For now, please [compile from source](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/build.md). -After compiling and placing the binaries in your $PATH, it is highly recommended to also download and correctly place/source the relevant shell completions scripts. [Shell completions are provided for ZSH, Bash, and PowerShell 7+](https://github.com/rwinkhart/MUTN/tree/main/completions). - -For help with completions scrips, see [completions troubleshooting](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/completions.md). \ No newline at end of file +After compiling and placing the binaries in your $PATH, it is highly recommended to also download and correctly place/source the relevant [shell completions scripts](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/completions.md). \ No newline at end of file