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

Skip to content

Commit c361f24

Browse files
committed
Update README
1 parent a57bb52 commit c361f24

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# equinox-io/setup-release-tool
1+
# kyleconroy/setup-sqlc
22

3-
This action downloads and installs the [Equinox release tool](https://equinox.io/docs#release-tool).
3+
This action downloads and installs [sqlc](https://sqlc.dev)
44

55
# Usage
66

@@ -9,17 +9,8 @@ See [action.yml](action.yml)
99
Install the latest release:
1010
```yaml
1111
steps:
12-
- uses: equinox-io/setup-release-tool@v1
13-
- run: equinox version
14-
```
15-
16-
Install the latest release from the `beta` channel
17-
```yaml
18-
steps:
19-
- uses: equinox-io/setup-release-tool@v1
20-
with:
21-
channel: beta
22-
- run: equinox version
12+
- uses: kyleconroy/setup-sqlc@v1
13+
- run: sqlc version
2314
```
2415
2516
# License

0 commit comments

Comments
 (0)
0