diff options
author | 2023-01-24 12:42:37 -0800 | |
---|---|---|
committer | 2023-01-24 12:42:37 -0800 | |
commit | d714df48f9f47208584e6d8b91271afbcd230f70 (patch) | |
tree | 638ad0d34cec81d22024a613478aaf1017a2cd0f | |
parent | fb1902448ebd78e83f2edf794adcd33621198329 (diff) | |
download | bun-d714df48f9f47208584e6d8b91271afbcd230f70.tar.gz bun-d714df48f9f47208584e6d8b91271afbcd230f70.tar.zst bun-d714df48f9f47208584e6d8b91271afbcd230f70.zip |
Add `npm install -g bun` to README
-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 |