aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2017-06-04 02:31:22 +0200
committerTeddy Wing2017-06-04 02:31:22 +0200
commit716e07e59917a4561a6c8d719f54f1854aefd5c4 (patch)
tree72f7dbd31f79675c993789c4b226162e55f23e28 /README.md
parent8bada0d8dd0f31875988d513f883ca4114f86f5c (diff)
parent68a64affdecfc6edab9805dfa56d4f8a78446d0e (diff)
downloadtimetasker-716e07e59917a4561a6c8d719f54f1854aefd5c4.tar.bz2
Merge branch 'README--add-info-about-list-modules'v0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c34af7..fdf9fdc 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,22 @@ Once you have a complete config file, you should be all set to start posting
time entries!
+Eventually, you'll have to update the `module` value in your configuration file
+to align with the current sprint. Instead of visiting the website to get the new
+ID of the `module`, the modules of a project can be listed from the program:
+
+ $ timetasker --project example --list-modules
+
+This produces the following output:
+
+ ID Module
+ 77777 Sprint 1
+ 222222 Sprint 2
+
+The correct sprint ID can then be easily copied from this list into
+`config.toml`.
+
+
## Install
Visit the [releases][3] page, download the version corresponding to your
platform, and put the resulting `timetasker` binary on your PATH.