diff options
| author | Nick C. Kaye | 2015-06-01 23:20:14 -0400 |
|---|---|---|
| committer | Nick C. Kaye | 2015-06-01 23:36:04 -0400 |
| commit | 475b09cf660b14c8bb79e237b6dd8586e11afade (patch) | |
| tree | 9697f1310ee1a0ccd9e2c2d4ef1f78b4ec20be05 | |
| parent | bc29b19c842fc9954e28251570cdee841f7e9a09 (diff) | |
| download | hcl-475b09cf660b14c8bb79e237b6dd8586e11afade.tar.bz2 | |
Necessary to `rake doc` when preparing for development on a fresh machine.
| -rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 6a2ea45..527d0ee 100644 --- a/README.markdown +++ b/README.markdown @@ -19,7 +19,7 @@ You can install hcl directly from rubygems.org: or you can install from source: - rake install + rake doc && rake install Once installed, you can view this README as a man page: |
