Skip to content

Commit 47d3808

Browse files
author
Test User
committed
docs: clarify Homebrew availability status in README
- Update Homebrew section to indicate tap is not yet available - Provide alternative installation methods - Remove misleading installation commands
1 parent 8089eb9 commit 47d3808

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,23 @@ doplan --version
7171

7272
**Note:** The npm package automatically downloads the correct binary for your platform during installation.
7373

74-
### Homebrew (Recommended for macOS/Linux)
74+
### Homebrew (macOS/Linux)
75+
76+
**Status:** Homebrew tap repository is not yet available. Please use npm or binary releases.
7577

7678
```bash
77-
# Install from Homebrew tap (coming soon)
78-
brew install DoPlan-dev/doplan/doplan
79+
# Homebrew installation will be available once the tap repository is set up
80+
# For now, please use:
81+
# - npm: npm install -g @doplan-dev/cli
82+
# - Binary releases: See below
83+
```
7984

80-
# Or if tap is added
85+
**Note:** Homebrew tap repository setup is in progress. Once available, installation will be:
86+
```bash
8187
brew tap DoPlan-dev/doplan
8288
brew install doplan
8389
```
8490

85-
**Note:** Homebrew tap repository setup is in progress. Binary releases are available below.
86-
8791
### Binary Release
8892

8993
Download the latest release for your platform from [releases](https://github.com/DoPlan-dev/CLI/releases/latest):

0 commit comments

Comments
 (0)