Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 620 Bytes

File metadata and controls

26 lines (16 loc) · 620 Bytes

Installation Guide for Bun Environment Manager

This document provides detailed instructions for installing the Bun Environment Manager.

Prerequisites

  • Bash
  • Git
  • Curl (for downloading Bun binaries)

Installation Steps

  1. Clone the repository: git clone https://github.com/jsugg/bun-env-manager.git

  2. Navigate to the cloned directory: cd bun-env-manager

  3. To install a specific version of Bun, run: ./bin/bun-install <version>

  4. To switch to an installed version, run: ./bin/bun-switch <version>

For troubleshooting common installation issues, see TROUBLESHOOTING.md.