From 996e42113113e90e8bc10b4e553121963c2f31ec Mon Sep 17 00:00:00 2001 From: abs3nt Date: Mon, 16 Jan 2023 18:33:51 -0800 Subject: [PATCH] Update 'Home' --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 29fa44b..5dc0c48 100644 --- a/Home.md +++ b/Home.md @@ -19,6 +19,10 @@ To install from the aur you can run the following command:```yay -S gospt``` If you would like to always have the most recent git version: ```yay -S gospt-git``` +### From Releases + +Download the most recent binary from [releases](https://gitea.asdf.cafe/abs3nt/gospt/releases) and copy it to somewhere inside your PATH + ### From Source @@ -30,7 +34,7 @@ If the make file doesn't work for you: ```go build .``` -Then copy the built gospt binary to your $PATH +Then copy the built gospt binary to your PATH #### Completions