mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
[wiki/MUTN] Mention AUR package from install guide and mention that pre-built binaries do not use CGO
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user