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