Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oven-sh/homebrew-bun
Official Homebrew tap for Bun
https://github.com/oven-sh/homebrew-bun
bun homebrew javascript
Last synced: about 1 month ago
JSON representation
Official Homebrew tap for Bun
- Host: GitHub
- URL: https://github.com/oven-sh/homebrew-bun
- Owner: oven-sh
- License: mit
- Created: 2022-10-20T17:23:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T07:30:41.000Z (about 2 months ago)
- Last Synced: 2024-10-01T03:41:33.185Z (about 1 month ago)
- Topics: bun, homebrew, javascript
- Language: Ruby
- Homepage: https://bun.sh
- Size: 213 KB
- Stars: 110
- Watchers: 11
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-bun
This is the official [Homebrew](https://brew.sh/) tap for [Bun](https://bun.sh/). You can use it to install Bun on MacOS and Linux using Homebrew.
## Install
To install Bun with Homebrew, aka. `brew`, run the following commands:
```bash
brew tap oven-sh/bun
brew install bun
```If you want to install a specific release, you can include the version in the command. You can also view the list of releases [here](https://github.com/oven-sh/bun/releases).
```bash
brew install [email protected]
```## Upgrade
To upgrade, it is recommended that you run the `brew upgrade` command. However, you can also run `bun upgrade` as well.
```bash
brew upgrade bun
```## Uninstall
If you want to uninstall Bun, run the following commands:
```bash
brew uninstall bun
brew untap oven-sh/bun
```