diff options
author | Alex <a.kiryukhin@mail.ru> | 2021-12-07 03:20:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 03:20:16 +0300 |
commit | 94273051f9e01fb24e8bbbcb529be844b5ad187b (patch) | |
tree | 3e348578b0feeb58fb00af28525b2fc89b6d6183 | |
parent | 7dac3614f5703f0916c200fa1c0c0e021faf59c6 (diff) |
Update README.mdv0.0.1
-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 |