This document provides detailed instructions for installing the Bun Environment Manager.
- Bash
- Git
- Curl (for downloading Bun binaries)
-
Clone the repository:
git clone https://github.com/jsugg/bun-env-manager.git -
Navigate to the cloned directory:
cd bun-env-manager -
To install a specific version of Bun, run:
./bin/bun-install <version> -
To switch to an installed version, run:
./bin/bun-switch <version>
For troubleshooting common installation issues, see TROUBLESHOOTING.md.