diff options
| author | Zack Hobson | 2009-07-24 19:32:22 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2009-07-24 19:32:22 -0700 | 
| commit | a2a09bc65fc8930a2ad776eca7d662e263ec5b56 (patch) | |
| tree | ae32047587e1094bc032265f57ce93b3caba86c1 /README.markdown | |
| parent | 971c636820a9367a2d59ae866f2c8db0376211d3 (diff) | |
| download | hcl-a2a09bc65fc8930a2ad776eca7d662e263ec5b56.tar.bz2 | |
Mention gem in README, read version from file.
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/README.markdown b/README.markdown index d1c076e..047ead8 100644 --- a/README.markdown +++ b/README.markdown @@ -7,11 +7,8 @@ HCl is a command-line tool for interacting with Harvest time sheets using the  ## Quick Start -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] +    $ gem install zenhob-hcl --source=http://gems.github.com +    $ hcl show [date]  ### Prerequisites | 
