[wiki/MUTN] Mention AUR package from install guide and mention that pre-built binaries do not use CGO

This commit is contained in:
2024-08-06 15:55:36 -04:00
parent db7e95d4af
commit 68ea24fc15
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -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
+3 -1
View File
@@ -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.