Add instructions on how to install
This commit is contained in:
17
README.md
17
README.md
@@ -7,6 +7,23 @@ View RSS feeds from the terminal.
|
||||
|
||||

|
||||
|
||||
## install
|
||||
|
||||
### via releases
|
||||
|
||||
```shell
|
||||
VERSION='0.0.2'; \
|
||||
sudo curl --progress-bar \
|
||||
-L "https://github.com/davegallant/srv/releases/download/v${VERSION}/srv_${VERSION}_$(uname -s)_x86_64.tar.gz" | \
|
||||
sudo tar -C /usr/bin --overwrite -xvzf - srv
|
||||
```
|
||||
|
||||
### via go
|
||||
|
||||
```shell
|
||||
go get github.com/davegallant/srv
|
||||
```
|
||||
|
||||
## configure
|
||||
|
||||
srv reads configuration from `~/.config/srv/config.yaml`
|
||||
|
Reference in New Issue
Block a user