diff options
| -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 | 
