Skip to content
Open
Changes from all 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
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ With Entire, you can:

```bash
# Install stable via Homebrew
brew tap entireio/tap
brew install --cask entire
brew install --cask entireio/tap/entire

# Or install nightly via Homebrew
brew tap entireio/tap
brew install --cask entire@nightly
brew install --cask entireio/tap/entire@nightly
Comment thread
Soph marked this conversation as resolved.

# Or install stable via install.sh
curl -fsSL https://entire.io/install.sh | bash
Expand Down Expand Up @@ -85,8 +83,8 @@ Entire currently ships two release channels:

How to use each channel:

- Homebrew stable: `brew install --cask entire`
- Homebrew nightly: `brew install --cask entire@nightly`
- Homebrew stable: `brew install --cask entireio/tap/entire`
- Homebrew nightly: `brew install --cask entireio/tap/entire@nightly`
- `install.sh` stable: `curl -fsSL https://entire.io/install.sh | bash`
- `install.sh` nightly: `curl -fsSL https://entire.io/install.sh | bash -s -- --channel nightly`
- Scoop: currently supports `stable` only via `scoop install entire/cli`
Expand Down
Loading