doc update

This commit is contained in:
Neil O'Toole 2021-01-03 21:46:25 -07:00
parent e2ffd570ed
commit 6ae03599c3

View File

@ -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: