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:
parent
9c35d5cf36
commit
069ca3d719
12
README.md
12
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,10 @@ then
|
|||||||
|
|
||||||
```sudo make install```
|
```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:
|
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