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 && \