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.