From 79b5deb4a3f7530efe83c9d90ab45d52b97ccf79 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 4 Jun 2017 01:23:32 +0200 Subject: README: Add Install section Installation instructions. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6c1416c..d47d1e9 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3