diff options
| -rw-r--r-- | README.markdown | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/README.markdown b/README.markdown index 4fb82d2..0b02669 100644 --- a/README.markdown +++ b/README.markdown @@ -14,12 +14,14 @@ feature is a simple view of today's timesheet. To try it out:  ### Prerequisites -This software depends on the Curb gem. To install: - - $ sudo gem install curb + * Ruby (tested with 1.8.7) + * RubyGems + * Curb curl library (gem install curb)  ## Usage +NOTE only the first command is implemented, and arguments are ignored. +      hcl [opts] show [date]      hcl [opts] add <project> <task> <duration> [msg]      hcl [opts] rm [entry_id] | 
