Add NetBSD install (#4)

Reviewed-on: https://gitea.asdf.cafe/abs3nt/gospt/pulls/4
Co-authored-by: pin <voidpin@protonmail.com>
Co-committed-by: pin <voidpin@protonmail.com>
This commit is contained in:
pin 2023-01-19 13:00:43 -08:00 committed by abs3nt
parent 9c35d5cf36
commit 069ca3d719
1 changed files with 10 additions and 2 deletions

View File

@ -8,11 +8,15 @@ Project Discord: [Join Here](https://discord.gg/nWEEK6HrUD)
---
![video](/assets/gospt.gif)
to install:
# To install (with a package manager):
## Archlinux ([AUR])
```yay -S gospt```
or to build from source by pulling and building the binary
## NetBSD ([Official repositories])
```pkgin install gospt```
# To build from source by pulling and building the binary
```git clone https://gitea.asdf.cafe/abs3nt/gospt```
@ -23,6 +27,10 @@ then
```sudo make install```
[AUR]: https://aur.archlinux.org/packages/gospt
[Official repositories]: https://pkgsrc.se/audio/gospt/
# Configuration
go here https://developer.spotify.com/dashboard/applications to make a spotify application. you will need a client ID and a client secret. Set your redirect uri like this:
```http://localhost:8888/callback```