diff --git a/wiki/MUTN/install.md b/wiki/MUTN/install.md index cc8756e..c2c4999 100644 --- a/wiki/MUTN/install.md +++ b/wiki/MUTN/install.md @@ -3,4 +3,6 @@ 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](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). + +Please see the [usage guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/usage.md) for help getting started.