From 596129d37d7ef76d46698182a024e372da7f4fc7 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 30 Jul 2024 16:00:24 -0400 Subject: [PATCH] [wiki/MUTN] Link to usage guide from installation guide --- wiki/MUTN/install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.