diff options
author | Teddy Wing | 2017-06-04 01:23:32 +0200 |
---|---|---|
committer | Teddy Wing | 2017-06-04 01:23:32 +0200 |
commit | 79b5deb4a3f7530efe83c9d90ab45d52b97ccf79 (patch) | |
tree | 7dc98bab5e1ad136a9ebc9b6db699347a265ec6e /README.md | |
parent | f01841d43182709ba64cd46a5a4d02b11728e826 (diff) | |
download | timetasker-79b5deb4a3f7530efe83c9d90ab45d52b97ccf79.tar.bz2 |
README: Add Install section
Installation instructions.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -96,6 +96,18 @@ Once you have a complete config file, you should be all set to start posting time entries! +## Install +Visit the [releases][3] page, download the version corresponding to your +platform, and put the resulting `timetasker` binary on your PATH. + +To install from source, use: + + $ go install github.com/teddywing/timetasker + + ## License Copyright © 2017 Teddy Wing. Licensed under the GNU GPLv3+ (see the included COPYING file). + + +[3]: https://github.com/teddywing/timetasker/releases |