Skip to content

Commit ebfff36

Browse files
cailmdaleyclaude
andcommitted
docs: add banner, CI badge, and Homebrew install instructions
- Add rhizomatic banner image to .github/ - Add CI badge and MIT license badge to README - Update install section with Homebrew tap and release binaries - Ignore nanobanana-output/ in .gitignore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 974c61a commit ebfff36

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.github/banner.png

1.1 MB
Loading

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ dist/
1515
.vscode/
1616
*.swp
1717
.osgrep
18+
19+
# Generated assets
20+
nanobanana-output/

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<p align="center">
2+
<img src=".github/banner.png" alt="felt" width="600">
3+
</p>
4+
5+
<p align="center">
6+
<a href="https://github.com/cailmdaley/felt/actions/workflows/ci.yml"><img src="https://github.com/cailmdaley/felt/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
7+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License"></a>
8+
</p>
9+
110
# felt
211

312
DAG-native task tracker. Markdown files with dependencies.
@@ -10,10 +19,18 @@ Felts are markdown files. Human-readable, version-controllable, greppable. No da
1019

1120
## Install
1221

22+
**Homebrew** (macOS/Linux):
23+
```bash
24+
brew install cailmdaley/tap/felt
25+
```
26+
27+
**Go**:
1328
```bash
1429
go install github.com/cailmdaley/felt@latest
1530
```
1631

32+
**Binaries**: Download from [Releases](https://github.com/cailmdaley/felt/releases).
33+
1734
## Quick Start
1835

1936
```bash

0 commit comments

Comments
 (0)