update alternatives to download

- add winget command
- add rpm command
This commit is contained in:
José Javier Rodríguez Zas (JJ) 2021-05-10 14:47:15 +02:00 committed by GitHub
parent 2116082c27
commit 0155f9667e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,16 @@ Also, Windows users can use [`chocolatey`](https://chocolatey.org/packages/respo
choco install responsively
```
or [`winget`](https://github.com/microsoft/winget-cli):
```bash
winget install ResponsivelyApp
```
Linux users can use `rpm`
```bash
sudo rpm -i https://github.com/responsively-org/responsively-app/releases/download/v[VERSION]/Responsively-App-[VERSION].x86_64.rpm
```
Follow on Twitter for future updates - [![Twitter Follow](https://img.shields.io/twitter/follow/ResponsivelyApp?style=social)](https://twitter.com/ResponsivelyApp)
## Issues