Skip to content

Commit 548097e

Browse files
committed
Enhance README with Homebrew installation instructions and clarify available platforms for pre-built binaries
1 parent 293a60f commit 548097e

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@ A CLI tool that watches for changes in files or directories and copies the chang
1313

1414
## Installation
1515

16+
### Using Homebrew
17+
18+
The easiest way to install CPW on macOS or Linux is via Homebrew:
19+
20+
```bash
21+
# Add the tap
22+
brew tap mxvsh/cpw
23+
24+
# Install CPW
25+
brew install cpw
26+
```
27+
28+
### From Releases
29+
You can download pre-built binaries for ARM64 and ARM architectures from the [GitHub Releases](https://github.com/mxvsh/cpw/releases) page.
30+
31+
Available platforms:
32+
- Linux ARM64 (aarch64)
33+
- Linux ARM (armv7)
34+
- macOS ARM64 (Apple Silicon)
35+
1636
### From Source
1737
```bash
1838
# Clone the repository
@@ -29,14 +49,6 @@ make build VERSION=v1.0.0
2949
cp cpw /usr/local/bin/
3050
```
3151

32-
### From Releases
33-
You can download pre-built binaries for ARM64 and ARM architectures from the [GitHub Releases](https://github.com/mxvsh/cpw/releases) page.
34-
35-
Available platforms:
36-
- Linux ARM64 (aarch64)
37-
- Linux ARM (armv7)
38-
- macOS ARM64 (Apple Silicon)
39-
4052
## Usage
4153

4254
```bash
@@ -91,6 +103,7 @@ This project uses GitHub Actions to automatically build and release binaries for
91103
- Include version information in the builds
92104
- Create a GitHub release with these binaries
93105
- Generate release notes
106+
- Update the Homebrew formula
94107

95108
## Dependencies
96109

0 commit comments

Comments
 (0)