From 637002bc42feca968f1b89802fd7f90d5e79c5b2 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 7 Jul 2024 23:08:11 -0400 Subject: [PATCH] [wiki/MUTN] Move shell completions download link to completions.md --- wiki/MUTN/completions.md | 1 + wiki/MUTN/install.md | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) 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