From 6e355632ebeae0f5ce8d9ee401a767cc150f09cb Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Fri, 14 Mar 2025 13:55:15 -0500 Subject: [PATCH] Add `cargo binstall` and `cargo install` instructions This adds easier ways to install as a user. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3ca530d..cd1a4e3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,18 @@ You can install `st` with: +```sh +cargo binstall --git https://github.com/clabby/st st +``` + +or + +```sh +cargo install --git https://github.com/clabby/st st +``` + +or + ```sh git clone https://github.com/clabby/st && \ cd st && \