diff options
| author | Zack Hobson | 2014-04-21 12:08:14 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2014-04-21 12:13:40 -0700 | 
| commit | b6af0a1c573bacb7e9359fe96f93e46274a4c827 (patch) | |
| tree | 24e42f0f5bfe792bbc0b4f77a1cd92991c0e50b6 /README.markdown | |
| parent | 4a26eafea9d3bf396d57b7fc79dcb02039a1dbfe (diff) | |
| download | hcl-b6af0a1c573bacb7e9359fe96f93e46274a4c827.tar.bz2 | |
add dependency on gem-man
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>] | 
