From 73346b15cb17bca81ea22d715ce2a9ae4e1477f4 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 8 Aug 2024 19:13:25 -0400 Subject: [PATCH] [wiki] Fix links to various wiki pages --- docs/release-notes-archive/2024.md | 6 +++--- wiki/install.md | 6 +++--- wiki/usage.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/release-notes-archive/2024.md b/docs/release-notes-archive/2024.md index 9714b70..170b767 100644 --- a/docs/release-notes-archive/2024.md +++ b/docs/release-notes-archive/2024.md @@ -1,4 +1,4 @@ -**WARNING: AS MUTN HAS NOT YET REACHED v1.0.0, [BREAKING CHANGES](https://github.com/rwinkhart/MUTN/blob/main/wiki/libmutton/breaking.md) IN FUTURE UPDATES ARE PLANNED** +**WARNING: AS MUTN AND LIBMUTTON HAVE NOT YET REACHED v1.0.0, [BREAKING CHANGES](https://github.com/rwinkhart/libmutton/blob/main/wiki/breaking.md) IN FUTURE UPDATES ARE PLANNED** **MUTN v0.2.0** August 06, 2024 @@ -55,11 +55,11 @@ Compared to v0.1.0, this version adds fully native SSH synchronization with self - github.com/pkg/sftp: v1.13.6 ## Installation Notes -Though this is the initial public debut, it is still an overall early release of MUTN/libmutton. Because of this, no distribution packages are provided as of yet. Please see the [install guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/install.md) for help installing or building MUTN in its current state (as well as getting started). +Though this is the initial public debut, it is still an overall early release of MUTN/libmutton. Because of this, no distribution packages are provided as of yet. MUTN is, however, available as a source package from the AUR as "mutn". Please see the [install guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/install.md) for help installing or building MUTN in its current state (as well as getting started). Note that libmuttonserver, libmutton, and MUTN have not yet been separated into their own respective repos (this will be done for v0.2.1). As such, libmuttonserver is built with the `noMarkdown` build tag to avoid pulling in Glamour and its dependencies. -It is highly recommended to also install the relevant [shell completions](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/completions.md). +It is highly recommended to also install the relevant [shell completions](https://github.com/rwinkhart/MUTN/blob/main/wiki/completions.md). --- diff --git a/wiki/install.md b/wiki/install.md index 3f6da90..178e314 100644 --- a/wiki/install.md +++ b/wiki/install.md @@ -1,12 +1,12 @@ ## Installation MUTN is still in early development and thus no installation packages are officially distributed. -For now, please manually install the binaries from the [latest release](https://github.com/rwinkhart/MUTN/releases) or [compile from source](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/build.md). All pre-built binaries were compiled with CGO disabled and thus are libc-independent. +For now, please manually install the binaries from the [latest release](https://github.com/rwinkhart/MUTN/releases) or [compile from source](https://github.com/rwinkhart/MUTN/blob/main/wiki/build.md). All pre-built binaries were compiled with CGO disabled and thus are libc-independent. Additionally, MUTN is available as a source package ("mutn") on the AUR. Please note that the server binary must be called "libmuttonserver" in order for clients to successfully reach it. -After 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). +After 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/completions.md). -Please see the [usage guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/usage.md) for help getting started. +Please see the [usage guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/usage.md) for help getting started. diff --git a/wiki/usage.md b/wiki/usage.md index 454e57e..b9c40a0 100644 --- a/wiki/usage.md +++ b/wiki/usage.md @@ -14,7 +14,7 @@ Once this has been done, you may proceed with the client setup: 1. Install MUTN 2. Run `mutn init` and follow the prompts 3. If you already have entries on the server, sync them using `mutn sync` -4. Optionally, shell completions (Bash, ZSH, and PowerShell 7+) can be [enabled with your shell's respective method](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/completions.md) +4. Optionally, shell completions (Bash, ZSH, and PowerShell 7+) can be [enabled with your shell's respective method](https://github.com/rwinkhart/MUTN/blob/main/wiki/completions.md) ### Tips #### Operating on Passwords