Compare commits
2 commits
4b1ea9332f
...
12d4b66fa3
Author | SHA1 | Date | |
---|---|---|---|
12d4b66fa3 | |||
0d7a411749 |
1 changed files with 23 additions and 1 deletions
24
README.md
24
README.md
|
@ -41,9 +41,31 @@ remux n -n foo
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
ReMux depends on [tmux](https://github.com/tmux/tmux).
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
### From Binary
|
||||||
|
|
||||||
|
Copy the compiled binary from the [releases page](https://git.vwolfe.io/valerie/remux/releases)
|
||||||
|
to a directory in `$PATH`, such as `/usr/bin/`.
|
||||||
|
|
||||||
|
### 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/`.
|
||||||
|
|
||||||
|
### Arch Linux (AUR)
|
||||||
|
|
||||||
|
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`.
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
- [pico-args](https://crates.io/crates/pico_args) — argument parsing
|
- [pico-args](https://crates.io/crates/pico_args) — argument parsing
|
||||||
- [tmux_interface](https://crates.io/crates/tmux_interface) — tmux communication
|
|
||||||
- [termion](https://crates.io/crates/termion) — ANSI formatting
|
- [termion](https://crates.io/crates/termion) — ANSI formatting
|
||||||
|
- [tmux_interface](https://crates.io/crates/tmux_interface) — tmux communication
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue