Update README.md

This commit is contained in:
jdx 2023-12-07 17:44:17 -06:00 committed by GitHub
parent 8942285832
commit 9101a60cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```