Add NetBSD install
This commit is contained in:
parent
bb7ca37549
commit
b7e92a8684
10
README.md
10
README.md
@ -8,11 +8,15 @@ Project Discord: [Join Here](https://discord.gg/nWEEK6HrUD)
|
|||||||
---
|
---
|
||||||
![video](/assets/gospt.gif)
|
![video](/assets/gospt.gif)
|
||||||
|
|
||||||
to install:
|
# To install (with a package manager):
|
||||||
|
|
||||||
|
## Archlinux ([AUR])
|
||||||
```yay -S gospt```
|
```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```
|
```git clone https://gitea.asdf.cafe/abs3nt/gospt```
|
||||||
|
|
||||||
@ -23,6 +27,8 @@ then
|
|||||||
|
|
||||||
```sudo make install```
|
```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:
|
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```
|
```http://localhost:8888/callback```
|
||||||
|
Loading…
Reference in New Issue
Block a user