Bunjs —global indirme sorunu cozumu
bunjs, programming, --global, bug, install
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"Last updated
Was this helpful?
bunjs, programming, --global, bug, install
undefined
Generalized version of @isaced's solution
Eger ~/.zprofile dosyasi yoksa touch ~/.zprofile
Alttaki metni ~/.zprofile icerisin open ~/.zprofile komutu ile acarak ekleyin
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"Last updated
Was this helpful?
Was this helpful?