updated README with installation section
This commit is contained in:
parent
577e39d3b2
commit
19c1eb1c39
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -10,6 +10,24 @@ A list of currently implemented flags is available on the [project wiki](https:/
|
|||
Some Complex renderers utilize [Powerline's](https://github.com/ryanoasis/powerline-extra-symbols)
|
||||
slant symbols, and therefore require use of a Powerline font, such as [Fira Code](https://github.com/tonsky/FiraCode).
|
||||
|
||||
## Installation
|
||||
|
||||
### From Binary
|
||||
|
||||
Copy the compiled binary from the [releases page](https://git.vwolfe.io/valerie/pride/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 [`pride` AUR Package](https://aur.archlinux.org/packages/pride),
|
||||
either using an AUR package manager, or by cloning the [AUR Repository](https://aur.archlinux.org/pride.git)
|
||||
and running the command `makepkg --install`.
|
||||
|
||||
## Libraries
|
||||
|
||||
- [pico-args](https://crates.io/crates/pico-args) — argument parsing
|
||||
|
|
Loading…
Reference in a new issue