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 8942285 commit 9101a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Alternatively, rtx is easy to use in GitHub Actions even without this:
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
```

0 comments on commit 9101a60

Please sign in to comment.