Update README.md
This commit is contained in:
parent
9101a60cce
commit
a8c1188751
1 changed files with 4 additions and 1 deletions
|
@ -34,5 +34,8 @@ Alternatively, rtx is easy to use in GitHub Actions even without this:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
steps:
|
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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue