summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.markdown12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 4877a66..0379dcc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -7,18 +7,22 @@ HCl is a command-line tool for interacting with Harvest time sheets using the
## Quick Start
-You can install hcl from Gemcutter:
+You can install hcl directly from rubygems.org:
$ gem install hcl
$ hcl show [date]
+or you can install from source using jeweler:
+
+ $ gem install jeweler
+ $ rake install
+
### Prerequisites
* Ruby (tested with 1.8.7)
* Ruby OpenSSL support (in debian/ubuntu: apt-get install libopenssl-ruby)
* Ruby extension building support (in debian/ubuntu: apt-get install ruby-dev)
* RubyGems 1.3.3
- * Gemcutter (gem install gemcutter; gem tumble)
* Trollop option-parsing library (gem install trollop)
* Chronic date-parsing library (gem install chronic)
* HighLine console input library (gem install highline)
@@ -32,7 +36,9 @@ You can install hcl from Gemcutter:
hcl unset <key>
hcl start (<task_alias> | <project_id> <task_id>) [+time] [msg ...]
hcl note <msg ...>
- hcl stop
+ hcl aliases
+ hcl stop [msg]
+ hcl resume
### Starting a Timer