Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```