diff --git a/README.md b/README.md index 3cd7402..75c661c 100644 --- a/README.md +++ b/README.md @@ -47,21 +47,34 @@ ReMux depends on [tmux](https://github.com/tmux/tmux). ## Installation -### From Binary +### Manual Install -Copy the compiled binary from the [releases page](https://git.vwolfe.io/valerie/remux/releases) -to a directory in `$PATH`, such as `/usr/bin/`. +
+Release Binary +Copy the compiled binary from the releases page +to a directory in $PATH, such as /usr/bin/. +
-### From Source +
+Compile from Source +Compile using cargo with the command cargo build --release and copy +the file from target/release/ to a directory in $PATH, +such as /usr/bin/. +
-Compile using cargo with the command `cargo build --release` and copy the file -from `target/release/` to a directory in `$PATH`, such as `/usr/bin/`. +
+makepkg (AUR) +Clone the AUR Repository and +run the command makepkg --install. +
-### Arch Linux (AUR) +### Package Managers -Install the package from the [`remux` AUR Package](https://aur.archlinux.org/packages/remux), -either using an AUR package manager, or by cloning the [AUR Repository](https://aur.archlinux.org/remux.git) -and running the command `makepkg --install`. +
+Arch Linux (AUR): remux +Install the package from the remux AUR Package +using an AUR package manager such as paru. +
## Libraries