Update 'Home'

abs3nt 2023-01-19 13:05:21 -08:00
parent 72bfb75fd1
commit 7aee9754f5
1 changed files with 8 additions and 10 deletions

18
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