diff options
| author | Zack Hobson | 2009-07-20 15:25:25 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2009-07-20 15:25:25 -0700 | 
| commit | 614c3b07bfd5ba18670e2af399247174770001f0 (patch) | |
| tree | fefac7af4d2f04381c5ecb0da257b1859a6f9846 /README.markdown | |
| parent | 3a1103f72f5ef06ae6c9e1c6d6719968fbd1e091 (diff) | |
| download | hcl-614c3b07bfd5ba18670e2af399247174770001f0.tar.bz2 | |
use net/https instead of curb
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 6 | 
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  | 
