Compare commits

..

No commits in common. "1fbfad936420caab4d3f81a9d8e54cc25e2dbfb1" and "12d4b66fa36a6722fa20ccfbd69b8dd501031bcc" have entirely different histories.

2 changed files with 11 additions and 26 deletions

View file

@ -8,9 +8,7 @@ homepage = "https://git.vwolfe.io/valerie/remux"
repository = "https://git.vwolfe.io/valerie/remux" repository = "https://git.vwolfe.io/valerie/remux"
license = "MIT" license = "MIT"
[[bin]] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
name = "remux"
path = "src/main.rs"
[dependencies] [dependencies]
pico-args = { version = "0.5.0", features = [ "combined-flags", "eq-separator" ] } pico-args = { version = "0.5.0", features = [ "combined-flags", "eq-separator" ] }

View file

@ -47,34 +47,21 @@ ReMux depends on [tmux](https://github.com/tmux/tmux).
## Installation ## Installation
### Manual Install ### From Binary
<details> Copy the compiled binary from the [releases page](https://git.vwolfe.io/valerie/remux/releases)
<summary>Release Binary</summary> to a directory in `$PATH`, such as `/usr/bin/`.
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>
<details> ### From Source
<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>
<details> Compile using cargo with the command `cargo build --release` and copy the file
<summary>makepkg (AUR)</summary> from `target/release/` to a directory in `$PATH`, such as `/usr/bin/`.
Clone the <a href="https://aur.archlinux.org/remux.git">AUR Repository</a> and
run the command <code>makepkg --install</code>.
</details>
### Package Managers ### Arch Linux (AUR)
<details> Install the package from the [`remux` AUR Package](https://aur.archlinux.org/packages/remux),
<summary>Arch Linux (AUR): <code>remux</code></summary> either using an AUR package manager, or by cloning the [AUR Repository](https://aur.archlinux.org/remux.git)
Install the package from the <a href="https://aur.archlinux.org/packages/remux"><code>remux</code> AUR Package</a> and running the command `makepkg --install`.
using an AUR package manager such as <a href="https://github.com/Morganamilo/paru"><code>paru</code></code>.
</details>
## Libraries ## Libraries