From a8c11887510f3c37939132a46b8be09353e54e57 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:49:37 -0600 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7324ce7..0893d2e 100644 --- a/README.md +++ b/README.md @@ -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 ```