summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorZack Hobson2009-07-16 13:57:38 -0700
committerZack Hobson2009-07-16 13:57:38 -0700
commit3df28c93ba49fcef9f42b7e8192e8e4de778d189 (patch)
tree8e37073ef92bfc2ea606665551316c6116ac2dd0 /README.markdown
parentc29b21602ca10aaf98f6aea296d4b9235ae6d291 (diff)
downloadhcl-3df28c93ba49fcef9f42b7e8192e8e4de778d189.tar.bz2
updated prerequisites in README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
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]