2024.0.0 • Published 4 months ago

@jdxcode/rtx-linux-armv6 v2024.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

What is it?

30 Second Demo

The following shows using rtx to install different versions of node. Note that calling which node gives us a real path to node, not a shim.

demo

Quickstart

Install rtx on macOS (other methods here):

$ curl https://rtx.jdx.dev/install.sh | sh
$ ~/.local/share/rtx/bin/rtx --version
rtx 2024.0.0

Hook rtx into your shell (pick the right one for your shell):

# note this assumes rtx is located at ~/.local/share/rtx/bin/rtx
# which is what install.sh does by default
echo 'eval "$(~/.local/share/rtx/bin/rtx activate bash)"' >> ~/.bashrc
echo 'eval "$(~/.local/share/rtx/bin/rtx activate zsh)"' >> ~/.zshrc
echo '~/.local/share/rtx/bin/rtx activate fish | source' >> ~/.config/fish/config.fish

Install a runtime and set it as the global default:

$ rtx use --global node@20
$ node -v
v20.0.0

Full Documentation

See rtx.jdx.dev.

2024.0.0

4 months ago

2023.12.40

4 months ago

2023.12.39

5 months ago

2023.12.36

5 months ago

2023.12.35

5 months ago

2023.12.38

5 months ago

2023.12.37

5 months ago

2023.12.34

5 months ago

2023.12.33

5 months ago

2023.12.32

5 months ago

2023.12.31

5 months ago

2023.12.30

5 months ago

2023.12.29

5 months ago

2023.12.28

5 months ago

2023.12.27

5 months ago

2023.12.26

5 months ago

2023.12.25

5 months ago

2023.12.24

5 months ago

2023.12.23

5 months ago

2023.12.22

5 months ago

2023.12.19

5 months ago

2023.12.21

5 months ago

2023.12.20

5 months ago

2023.12.18

5 months ago

2023.12.17

5 months ago