Release Bun v1.4 · oven-sh/bun
github.comTo install Bun v1.4
curl -fsSL https://bun.com/install | bash
# or you can use npm
# npm install -g bun
Windows:
powershell -c "irm bun.com/install.ps1|iex"
To upgrade to Bun v1.4.0:
bun upgrade
Re...
You must log in or register to comment.
