-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Release rtx-cli version 1.14.0
- Loading branch information
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ Install rtx (other methods [here](#installation)): | |
$ curl https://rtx.pub/rtx-latest-macos-arm64 > ~/bin/rtx | ||
$ chmod +x ~/bin/rtx | ||
$ rtx --version | ||
rtx 1.13.0 | ||
rtx 1.14.0 | ||
``` | ||
|
||
Hook rtx into to your shell. This will automatically add `~/bin` to `PATH` if it isn't already. | ||
|
@@ -197,7 +197,7 @@ $ npx @jdxcode/rtx exec [email protected] -- python some_script.py | |
Download the latest release from [GitHub](https://github.com/jdxcode/rtx/releases). | ||
|
||
```sh-session | ||
$ curl https://github.com/jdxcode/rtx/releases/download/v1.13.0/rtx-v1.13.0-linux-x64 | tar -xJv | ||
$ curl https://github.com/jdxcode/rtx/releases/download/v1.14.0/rtx-v1.14.0-linux-x64 | tar -xJv | ||
$ mv rtx/bin/rtx /usr/local/bin | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,7 +216,7 @@ $ npx @jdxcode/rtx exec [email protected] -- python some_script.py | |
Download the latest release from [GitHub](https://github.com/jdxcode/rtx/releases). | ||
```sh-session | ||
$ curl https://github.com/jdxcode/rtx/releases/download/v1.13.0/rtx-v1.13.0-linux-x64 | tar -xJv | ||
$ curl https://github.com/jdxcode/rtx/releases/download/v1.14.0/rtx-v1.14.0-linux-x64 | tar -xJv | ||
$ mv rtx/bin/rtx /usr/local/bin | ||
``` | ||
|