Appearance
curl -fsSL https://bun.sh/install | bash
powershell -c "irm bun.sh/install.ps1 | iex"
Reload shell
source ~/.zshrc
To use Bun, run the following command:
bun
To get version information:
bun --version