mirror of
https://github.com/neilotoole/sq.git
synced 2025-01-04 06:23:48 +03:00
doc update
This commit is contained in:
parent
e2ffd570ed
commit
6ae03599c3
@ -16,37 +16,45 @@ or dropping tables.
|
||||
|
||||
For other installation options, see [here](https://github.com/neilotoole/sq/wiki/Home#Install).
|
||||
|
||||
|
||||
### macOS
|
||||
|
||||
```shell script
|
||||
brew tap neilotoole/sq && brew install sq
|
||||
```
|
||||
|
||||
|
||||
### Windows
|
||||
|
||||
```
|
||||
scoop bucket add sq https://github.com/neilotoole/sq
|
||||
scoop install sq
|
||||
|
||||
```
|
||||
|
||||
|
||||
### Linux
|
||||
|
||||
```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:
|
||||
|
||||
```shell script
|
||||
sudo rpm -i https://github.com/neilotoole/sq/releases/latest/download/sq-linux-amd64.rpm
|
||||
|
||||
```
|
||||
|
||||
Or:
|
||||
|
||||
```shell script
|
||||
yum localinstall -y https://github.com/neilotoole/sq/releases/latest/download/sq-linux-amd64.rpm
|
||||
|
||||
```
|
||||
|
||||
|
||||
## Quickstart
|
||||
|
||||
Use `sq help` to see command help. Note that the [tutorial](https://github.com/neilotoole/sq/wiki/Tutorial) has a more detail, but here's the basics:
|
||||
|
Loading…
Reference in New Issue
Block a user