Skip to content

Commit 12e032b

Browse files
authored
README: Add installation instructions (#350)
1 parent bca076d commit 12e032b

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,33 @@ rename:
377377
spotify_url: "SpotifyURL"
378378
```
379379

380-
## Downloads
380+
## Installation
381+
382+
### macOS
383+
384+
```
385+
brew install kyleconroy/sqlc/sqlc
386+
```
387+
388+
### Ubuntu
389+
390+
```
391+
sudo snap install sqlc
392+
```
393+
394+
### go get
395+
396+
```
397+
go get github.com/kyleconroy/sqlc/cmd/sqlc
398+
```
399+
400+
### Downloads
401+
402+
Binaries for a given release can be downloaded from the [stable channel on
403+
Equinox](https://dl.equinox.io/sqlc/sqlc/stable) or the latest [GitHub
404+
release](https://github.com/kyleconroy/sqlc/releases).
405+
406+
### Tip Releases
381407

382408
Each commit is deployed to the [`devel` channel on Equinox](https://dl.equinox.io/sqlc/sqlc/devel):
383409
- [Linux](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-linux-amd64.tgz)

0 commit comments

Comments
 (0)