diff options
author | Teddy Wing | 2017-07-08 22:39:15 +0200 |
---|---|---|
committer | Teddy Wing | 2017-07-08 22:39:15 +0200 |
commit | 2c933bbf346e853676dadd845bd352a264f591d5 (patch) | |
tree | ef79c881befeff7cd19cf06fb530e70da16ba4b0 | |
parent | c53573924054762c765e1f4be10a0f25b1bc18dc (diff) | |
download | timetasker-2c933bbf346e853676dadd845bd352a264f591d5.tar.bz2 |
README: Update Install section with info about Bash completion
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -130,6 +130,11 @@ To install from source, use: $ go install github.com/teddywing/timetasker +Bash completion is available for project aliases. To take advantage of it, +source the completion file in your Bash profile: + + $ source ~/path/to/timetasker.bash-completion + ## License Copyright © 2017 Teddy Wing. Licensed under the GNU GPLv3+ (see the included |