Skip to content

Commit fb2a61b

Browse files
committed
add homebrew installation instructions to README
1 parent 6961c38 commit fb2a61b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,14 @@ To be honest, I'm not sure yet. This project is a POC I'm exploring. Keeping tic
4343
- Updating a ticket's status and merging/committing code are the same action, no need to synchronize across multiple tools
4444
- Source of truth for a project's ticket history is now the git history, which can be queried and analyzed
4545
- Current status of a `goal` can be reported by simply parsing the repository's `head`
46-
- Less context switching between the codebase itself and the system describing "what needs to be done"
46+
- Less context switching between the codebase itself and the system describing "what needs to be done"
47+
48+
49+
### Installation
50+
51+
#### Homebrew
52+
53+
```
54+
brew tap augmentable-dev/tickgit
55+
brew install tickgit
56+
```

0 commit comments

Comments
 (0)