From 5ee70eec0540262f65f3bfef4392d2e9d22e2bdf Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 11 Feb 2024 20:08:04 -0500 Subject: [PATCH] added cargo install instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 74a154f..3315bfa 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ 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/`. +### Cargo + +Install the package from cargo using `cargo install pride-term`. + ### Arch Linux (AUR) Install the package from the [`pride` AUR Package](https://aur.archlinux.org/packages/pride),