diff --git a/README.md b/README.md index a24a791..7324ce7 100644 --- a/README.md +++ b/README.md @@ -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 ```