diff options
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rw-r--r-- | README.org | 7 |
2 files changed, 8 insertions, 5 deletions
@@ -15,8 +15,10 @@ a PR. Unreleased ---------- -// Added -// ~~~~~ +Added +~~~~~ + +* Published to crates.io. You can now install with +cargo install {mumctl,mumd}+! // Changed // ~~~~~~~ @@ -1,9 +1,10 @@ * mum Mumble daemon with controller (think mpd(1)/mpc(1)) written in Rust. -** Building -mum is [[https://aur.archlinux.org/packages/mum-git/][available on the AUR]]. -We aim to publish tagged versions to cargo, as well as binaries on Github. +** Building mumd and mumctl are available on crates.io and can be installed +with cargo install mumd and cargo install mumctl. They are also available +[[https://aur.archlinux.org/packages/mum-git/][available on the AUR]]. We +also publish compiled binaries on Github. *** Requirements These are for Arch Linux. You might need other packages on other distributions |
