From 68ea24fc15973690b733ff4b2454f4bb93d53965 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 6 Aug 2024 15:55:36 -0400 Subject: [PATCH] [wiki/MUTN] Mention AUR package from install guide and mention that pre-built binaries do not use CGO --- README.md | 4 ++++ wiki/MUTN/install.md | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a167e..8056dfe 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ MUTN aims to make it as easy as possible to manage passwords and notes via CLI a # Installation/Building See the [installation guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/install.md). +Additionally, MUTN is available as a source package ("mutn") on the AUR. + +After installing, please review the [usage guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/usage.md). + # Roadmap #### Release v0.2.1 - [ ] Only run getSSHClient once to prevent being asked for keyfile password multiple times diff --git a/wiki/MUTN/install.md b/wiki/MUTN/install.md index e8267bd..3f6da90 100644 --- a/wiki/MUTN/install.md +++ b/wiki/MUTN/install.md @@ -1,7 +1,9 @@ ## 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). +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. + +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.