File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,33 @@ rename:
377
377
spotify_url: "SpotifyURL"
378
378
```
379
379
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
381
407
382
408
Each commit is deployed to the [ ` devel ` channel on Equinox] ( https://dl.equinox.io/sqlc/sqlc/devel ) :
383
409
- [ Linux] ( https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-linux-amd64.tgz )
You can’t perform that action at this time.
0 commit comments