How to install bun
Step 1
Copy this and Paste your terminal.
terminal
curl -fsSL https://bun.sh/install | bash
Step 2
Set a path your macbook.
terminal
echo 'export PATH="$HOME/.bun/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
Step 3
Check your bun
version.
terminal
bun --version
Step 4
All done! You can use bun
command to start the project.
terminal
bun s