Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Dec 7, 2023
1 parent c40029d commit e54dbe6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,16 @@ Using rtx in CI/CD is a great way to synchronize tool versions for dev/build.

### GitHub Actions

Use [`jdx/rtx-action`](https://github.com/jdx/rtx-action):
rtx is pretty easy to use without an action:

```yaml
jobs:
build:
steps:
- run: curl https://rtx.pub/install.sh | sh && echo "$HOME/.local/share/rtx/bin/rtx" >> $GITHUB_PATH
```
Or you can use the custom action [`jdx/rtx-action`](https://github.com/jdx/rtx-action):

```yaml
jobs:
Expand Down

0 comments on commit e54dbe6

Please sign in to comment.