Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 526 Bytes

bun.md

File metadata and controls

18 lines (12 loc) · 526 Bytes

Bun in rtx

The following are instructions for using the bun rtx core plugin. This is used when there isn't a git plugin installed named "bun".

The code for this is inside the rtx repository at ./src/plugins/core/bun.rs.

Usage

The following installs bun and makes it the global default:

$ rtx use -g [email protected]     # install bun 0.7.x
$ rtx use -g bun@latest  # install latest bun

See available versions with rtx ls-remote bun.