@@ -5,14 +5,15 @@
|
||||
|
||||
View RSS feeds from the terminal.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## install
|
||||
|
||||
### via releases
|
||||
|
||||
```shell
|
||||
VERSION='0.0.2'; \
|
||||
VERSION='0.1.0'; \
|
||||
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
|
||||
@@ -39,7 +40,7 @@ An example config can be copied:
|
||||
cp ./config-example.yaml ~/.config/srv/config.yaml
|
||||
```
|
||||
|
||||
## control
|
||||
## navigate
|
||||
|
||||
Key mappings are statically defined for the time being.
|
||||
|
||||
|
Reference in New Issue
Block a user