8000 Update README.md · sqlc-dev/setup-sqlc@3bfca05 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bfca05

Browse files
authored
Update README.md
1 parent 7f68db1 commit 3bfca05

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
# kyleconroy/setup-sqlc
1+
# setup-sqlc
22

3-
This action downloads and installs [sqlc](https://sqlc.dev)
3+
This [action](https://docs.github.com/actions) downloads and installs [sqlc](https://sqlc.dev).
44

55
# Usage
66

7-
See [action.yml](action.yml)
8-
9-
Install the latest release:
107
```yaml
118
steps:
9+
# Ensure sqlc is installed
1210
- uses: sqlc-dev/setup-sqlc@v2
1311
with:
1412
sqlc-version: '1.18.0'
13+
# Print out the current version
1514
- run: sqlc version
1615
```
17-
18-
# License
19-
20-
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 commit comments

Comments
 (0)
0