aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <a.kiryukhin@mail.ru>2021-12-07 03:20:16 +0300
committerGitHub <noreply@github.com>2021-12-07 03:20:16 +0300
commit94273051f9e01fb24e8bbbcb529be844b5ad187b (patch)
tree3e348578b0feeb58fb00af28525b2fc89b6d6183
parent7dac3614f5703f0916c200fa1c0c0e021faf59c6 (diff)
Update README.mdv0.0.1
-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