From 7aee9754f581d81852f25ccbc69f0a013f2c62cc Mon Sep 17 00:00:00 2001 From: abs3nt Date: Thu, 19 Jan 2023 13:05:21 -0800 Subject: [PATCH] Update 'Home' --- Home.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Home.md b/Home.md index 2b711b5..fb26d47 100644 --- a/Home.md +++ b/Home.md @@ -1,16 +1,14 @@ # Installation -## From AUR +## AUR ([AUR](https://aur.archlinux.org/packages/gospt)) -To install from the aur you can run the following command:```yay -S gospt``` +releases: ```yay -S gospt``` -If you would like to always have the most recent git version: ```yay -S gospt-git``` +git: ```yay -S gospt-git``` -## From Releases +## NetBSD ([Official Repositories](https://pkgsrc.se/audio/gospt/)) -Download the most recent binary from [releases](https://gitea.asdf.cafe/abs3nt/gospt/releases) and copy it to somewhere inside your PATH - -Completion scripts are also provided with gospt_yourshellname, download your relevant completion file and place it in your shells completion directory. +```pkgin install gospt``` ## From Source @@ -19,11 +17,11 @@ To build from source a Makefile is provided: ```make build && sudo make install``` -If the make file doesn't work for you: +## From Releases -```go build .``` +Download the most recent binary from [releases](https://gitea.asdf.cafe/abs3nt/gospt/releases) and copy it to somewhere inside your PATH -Then copy the built gospt binary to your PATH +Completion scripts are also provided with gospt_yourshellname, download your relevant completion file and place it in your shells completion directory. ### Completions