updated README
This commit is contained in:
parent
5754c22e1a
commit
1fbfad9364
1 changed files with 23 additions and 10 deletions
33
README.md
33
README.md
|
@ -47,21 +47,34 @@ ReMux depends on [tmux](https://github.com/tmux/tmux).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### From Binary
|
### Manual Install
|
||||||
|
|
||||||
Copy the compiled binary from the [releases page](https://git.vwolfe.io/valerie/remux/releases)
|
<details>
|
||||||
to a directory in `$PATH`, such as `/usr/bin/`.
|
<summary>Release Binary</summary>
|
||||||
|
Copy the compiled binary from the <a href="https://git.vwolfe.io/valerie/remux/releases">releases page</a>
|
||||||
|
to a directory in <code>$PATH</code>, such as <code>/usr/bin/</code>.
|
||||||
|
</details>
|
||||||
|
|
||||||
### From Source
|
<details>
|
||||||
|
<summary>Compile from Source</summary>
|
||||||
|
Compile using cargo with the command <code>cargo build --release</code> and copy
|
||||||
|
the file from <code>target/release/</code> to a directory in <code>$PATH</code>,
|
||||||
|
such as <code>/usr/bin/</code>.
|
||||||
|
</details>
|
||||||
|
|
||||||
Compile using cargo with the command `cargo build --release` and copy the file
|
<details>
|
||||||
from `target/release/` to a directory in `$PATH`, such as `/usr/bin/`.
|
<summary>makepkg (AUR)</summary>
|
||||||
|
Clone the <a href="https://aur.archlinux.org/remux.git">AUR Repository</a> and
|
||||||
|
run the command <code>makepkg --install</code>.
|
||||||
|
</details>
|
||||||
|
|
||||||
### Arch Linux (AUR)
|
### Package Managers
|
||||||
|
|
||||||
Install the package from the [`remux` AUR Package](https://aur.archlinux.org/packages/remux),
|
<details>
|
||||||
either using an AUR package manager, or by cloning the [AUR Repository](https://aur.archlinux.org/remux.git)
|
<summary>Arch Linux (AUR): <code>remux</code></summary>
|
||||||
and running the command `makepkg --install`.
|
Install the package from the <a href="https://aur.archlinux.org/packages/remux"><code>remux</code> AUR Package</a>
|
||||||
|
using an AUR package manager such as <a href="https://github.com/Morganamilo/paru"><code>paru</code></code>.
|
||||||
|
</details>
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue