Add NetBSD install

This commit is contained in:
pin 2023-01-19 14:41:20 +01:00
parent bb7ca37549
commit b7e92a8684
1 changed files with 8 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,8 @@ then
```sudo make install```
[Official repositories]: https://pkgsrc.se/audio/gospt/
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```