Skip to content

Commit ee85fe3

Browse files
committed
docs: Add Homebrew installation instructions
Add Homebrew installation as the recommended method and reorganize other installation options with clear section headers. Include link to the latest GitHub release for direct binary downloads and add version flag to the CLI options documentation.
1 parent cb843a7 commit ee85fe3

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,24 @@ to your clipboard, ready for LLM processing.
3232

3333
## 📦 Installation
3434

35+
### Homebrew
36+
37+
```sh
38+
brew tap epilande/tap
39+
brew install codegrab
40+
```
41+
42+
### Go Install
43+
3544
```sh
3645
go install github.com/epilande/codegrab/cmd/grab@latest
3746
```
3847

39-
Or build from source:
48+
### Binary Download
49+
50+
Download the [latest release](https://github.com/epilande/codegrab/releases/latest) for your platform.
51+
52+
### Build from Source
4053

4154
```sh
4255
git clone https://github.com/epilande/codegrab
@@ -79,6 +92,7 @@ grab [options] [directory]
7992
| Option | Description |
8093
| :---------------------- | :-------------------------------------------------------------------------------------- |
8194
| `-h, --help` | Display help information |
95+
| `-v, --version` | Display version information |
8296
| `-n, --non-interactive` | Run in non-interactive mode (grabs all files) |
8397
| `-o, --output file` | Output file path (default: `./codegrab-output.<format>`) |
8498
| `-t, --temp` | Use system temporary directory for output file |

0 commit comments

Comments
 (0)