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 e54dbe6 commit 90600f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,10 @@ rtx is pretty easy to use without an action:
jobs:
build:
steps:
- run: curl https://rtx.pub/install.sh | sh && echo "$HOME/.local/share/rtx/bin/rtx" >> $GITHUB_PATH
- run: |
curl https://rtx.pub/install.sh | sh
echo "$HOME/.local/share/rtx/bin" >> $GITHUB_PATH
echo "$HOME/.local/share/rtx/shims" >> $GITHUB_PATH
```
Or you can use the custom action [`jdx/rtx-action`](https://github.com/jdx/rtx-action):
Expand Down

0 comments on commit 90600f7

Please sign in to comment.