diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,12 @@ Native: (macOS x64 & Silicon, Linux x64, Windows Subsystem for Linux) curl -fsSL https://bun.sh/install | bash ``` +npm: + +```sh +npm install -g bun +``` + Homebrew: (MacOS and Linux) ```sh |