mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
update alternatives to download
- add winget command - add rpm command
This commit is contained in:
parent
2116082c27
commit
0155f9667e
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue