aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1b7142b..fd7cbcd 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,20 @@ Time tracker for nerds
## Installation
+### Binaries
+
+Grab binaries for different OS from https://github.com/neonxp/track/releases
+
+### Homebrew
+
```
-go install github.com/neonxp/track@latest
+brew install neonxp/tap/track
```
-OS specified packages will be soon
+### With golang
+```
+go install github.com/neonxp/track@latest
+```
## Usage