Update README.md

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

View file

@ -34,5 +34,8 @@ 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" >> $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
```