diff options
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/README.markdown b/README.markdown index 373cd03..6a2ea45 100644 --- a/README.markdown +++ b/README.markdown @@ -21,6 +21,14 @@ or you can install from source:      rake install +Once installed, you can view this README as a man page: + +    gem man hcl + +I recommend aliasing your `man` command to additionally load gem man pages: + +    alias man="gem man -ls" +  ## SYNOPSIS      hcl [start] @<task_alias> [+<time>] [<message>] | 
