Skip to content

Commit 2e4ec06

Browse files
committed
Remove Homebrew for simpler release
1 parent a156a2b commit 2e4ec06

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.goreleaser.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,3 @@ changelog:
6666
- '^ci:'
6767
- Merge pull request
6868
- Merge branch
69-
70-
brews:
71-
- repository:
72-
owner: systemshift
73-
name: homebrew-memex
74-
homepage: "https://github.com/systemshift/memex"
75-
description: "Graph-oriented data management tool"
76-
install: |
77-
bin.install "memex"
78-
bin.install "memexd"

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ memexd --version
4242
3. Add the extracted directory to your PATH
4343
4. Verify installation by running `memex --version` and `memexd --version`
4444

45-
### Using Homebrew (macOS)
46-
47-
```bash
48-
# Install both memex and memexd
49-
brew install systemshift/memex/memex
50-
```
51-
5245
### Build from Source
5346

5447
```bash

0 commit comments

Comments
 (0)