mirror of
https://github.com/neilotoole/sq.git
synced 2025-01-01 21:03:23 +03:00
doc update
This commit is contained in:
parent
41b7c7d372
commit
3f2dcbc487
@ -34,17 +34,19 @@ scoop install sq
|
||||
|
||||
### Linux
|
||||
|
||||
#### `apt`
|
||||
|
||||
```shell script
|
||||
curl -fsSLO https://github.com/neilotoole/sq/releases/latest/download/sq-linux-amd64.deb && sudo apt install -y ./sq-linux-amd64.deb && rm ./sq-linux-amd64.deb
|
||||
```
|
||||
|
||||
Or:
|
||||
#### `rpm`
|
||||
|
||||
```shell script
|
||||
sudo rpm -i https://github.com/neilotoole/sq/releases/latest/download/sq-linux-amd64.rpm
|
||||
```
|
||||
|
||||
Or:
|
||||
#### `yum`
|
||||
|
||||
```shell script
|
||||
yum localinstall -y https://github.com/neilotoole/sq/releases/latest/download/sq-linux-amd64.rpm
|
||||
|
Loading…
Reference in New Issue
Block a user