File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff 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
8187brew tap DoPlan-dev/doplan
8288brew install doplan
8389```
8490
85- ** Note:** Homebrew tap repository setup is in progress. Binary releases are available below.
86-
8791### Binary Release
8892
8993Download the latest release for your platform from [ releases] ( https://github.com/DoPlan-dev/CLI/releases/latest ) :
You can’t perform that action at this time.
0 commit comments