summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorZack Hobson2009-07-20 15:25:25 -0700
committerZack Hobson2009-07-20 15:25:25 -0700
commit614c3b07bfd5ba18670e2af399247174770001f0 (patch)
treefefac7af4d2f04381c5ecb0da257b1859a6f9846 /README.markdown
parent3a1103f72f5ef06ae6c9e1c6d6719968fbd1e091 (diff)
downloadhcl-614c3b07bfd5ba18670e2af399247174770001f0.tar.bz2
use net/https instead of curb
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 4743b9a..f387ac1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -5,18 +5,18 @@ HCl is a command-line tool for interacting with Harvest time sheets using the
## Quick Start
-NOTE This software is nowhere near complete. Currently the only implemented
-feature is a simple view of any daily timesheet. To try it out:
+NOTE This software is nowhere near complete. To try it out:
$ cp hcl_conf.yml.example hcl_conf.yml
$ $EDITOR hcl_conf.yml
$ ./bin/hcl show [date]
+ $ ./bin/hcl tasks
+ $ ./bin/hcl start <task_id>
### Prerequisites
* Ruby (tested with 1.8.7)
* RubyGems
- * Curb curl library (gem install curb)
* Chronic date-parsing library (gem install chronic)
## Usage