Update 'Home'
parent
49b516edd0
commit
1b4934f500
33
Home.md
33
Home.md
@ -10,3 +10,36 @@ A. Yes you need to run a Spotify client such as [spotifyd](https://github.com/Sp
|
||||
### Q. Do I need Spotify premium?
|
||||
|
||||
A. Yes.
|
||||
|
||||
# Installation
|
||||
|
||||
### From AUR:
|
||||
|
||||
To install from the aur you can run the following command:```yay -S gospt```
|
||||
|
||||
If you would like to always have the most recent git version: ```yay -S gospt-git```
|
||||
|
||||
### From Source:
|
||||
|
||||
|
||||
To build from source a Makefile is provided:
|
||||
|
||||
```make build && sudo make install```
|
||||
|
||||
If the make file doesn't work for you:
|
||||
|
||||
```go build .```
|
||||
|
||||
Then copy the built gospt binary to your $PATH
|
||||
|
||||
#### Completions:
|
||||
|
||||
```gospt completion bash/zsh/fish```
|
||||
|
||||
then copy completions to your shells completions directory:
|
||||
|
||||
zsh: ```/usr/share/zsh/site-functions/_gospt```
|
||||
|
||||
fish: ```/usr/share/fish/vendor_completions.d/gospt.fish```
|
||||
|
||||
bash: ```/usr/share/bash-completions/completions/gospt```
|
Loading…
Reference in New Issue
Block a user