Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ curl -fsSL https://nubjs.com/install.sh | bash
irm https://nubjs.com/install.ps1 | iex

# Homebrew (macOS / Linux)
brew install nubjs/tap/nub
brew install nub

# Nix (flakes)
nix run github:nubjs/nub
Expand All @@ -74,6 +74,11 @@ mise use -g nub
npm install -g @nubjs/nub
```

> [!NOTE]
> If you previously installed `nub` via the custom tap, you need to uninstall that version and untap the repository before installing from Homebrew core:
>
> `brew uninstall nubjs/tap/nub && brew untap nubjs/tap && brew install nub`

For GitHub Actions, use [`nubjs/setup-nub`](https://github.com/nubjs/setup-nub) in place of `actions/setup-node`. It's one-to-one compatible.

```diff
Expand Down