From b7e92a8684ae749fb17b5fbbfd8010ed4c3b74ea Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 19 Jan 2023 14:41:20 +0100 Subject: [PATCH 1/4] Add NetBSD install --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08d58ed..8d4f5b4 100644 --- a/README.md +++ b/README.md @@ -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``` -- 2.45.2 From a505409a1573ddade33a2e983e2948a92dd42377 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 19 Jan 2023 14:45:32 +0100 Subject: [PATCH 2/4] Add link to AUR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d4f5b4..4827eab 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ then ```sudo make install``` +[AUR]: https://aur.archlinux.org/packages/gospt [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: -- 2.45.2 From dad3ed528b0a48b1cab2e7d0589cabe6d2f636c3 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 19 Jan 2023 06:24:47 -0800 Subject: [PATCH 3/4] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4827eab..1afafde 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Project Discord: [Join Here](https://discord.gg/nWEEK6HrUD) ## NetBSD ([Official repositories]) ```pkgin install gospt``` -To build from source by pulling and building the binary +# To build from source by pulling and building the binary ```git clone https://gitea.asdf.cafe/abs3nt/gospt``` -- 2.45.2 From 724fd248402d002d548d90ec8bc783755d51b954 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 19 Jan 2023 06:25:43 -0800 Subject: [PATCH 4/4] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1afafde..6d721a4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ then [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``` -- 2.45.2