From 90600f7f54cd25e6083bc33d46f15fb59a7628ee Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:49:09 -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 535da22db..7329d2c1f 100644 --- a/README.md +++ b/README.md @@ -1491,7 +1491,10 @@ rtx is pretty easy to use without an action: 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 + echo "$HOME/.local/share/rtx/shims" >> $GITHUB_PATH ``` Or you can use the custom action [`jdx/rtx-action`](https://github.com/jdx/rtx-action):