Skip to content

Commit 17023aa

Browse files
bricefclaude
andcommitted
Add go install instructions and suggested GitHub topics
go install for all four binaries + Docker pull. Topics comment for easy copy-paste into GitHub repo settings: task-management, kanban, workflow, state-machine, mcp, tui, cli, go, ai-agents, collaboration, audit-trail. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5daeb01 commit 17023aa

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- GitHub topics: task-management kanban workflow state-machine mcp tui cli go ai-agents collaboration audit-trail -->
2+
13
# TaskFlow
24

35
![TaskFlow TUI](docs/images/tui-screenshot.png)
@@ -8,6 +10,19 @@ TaskFlow is a task tracker where humans and AI agents work side by side. Tasks l
810

911

1012

13+
## Install
14+
15+
```bash
16+
# Install all binaries
17+
go install github.com/bricef/taskflow/cmd/taskflow-server@latest
18+
go install github.com/bricef/taskflow/cmd/taskflow@latest
19+
go install github.com/bricef/taskflow/cmd/taskflow-tui@latest
20+
go install github.com/bricef/taskflow/cmd/taskflow-mcp@latest
21+
22+
# Or use Docker
23+
docker pull fractallambda/taskflow:latest
24+
```
25+
1126
## Getting Started
1227

1328
### 1. Start the server

0 commit comments

Comments
 (0)