diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 |