Fix markdown formatting in README
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/d687d975 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/d687d975 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/d687d975 Branch: refs/heads/master Commit: d687d9755657ffac08dbb2d8f9b3d28d97b51ce2 Parents: 5b3bda7 Author: David Yozie <[email protected]> Authored: Mon Apr 17 14:01:12 2017 -0700 Committer: David Yozie <[email protected]> Committed: Mon Apr 17 14:01:12 2017 -0700 ---------------------------------------------------------------------- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/d687d975/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 331d272..79cddb6 100644 --- a/README.md +++ b/README.md @@ -33,24 +33,24 @@ For Apache HAWQ (incubating), a preconfigured **book** is provided in the `/book 2. Install bookbinder and its dependent gems. Make sure you are in the `book` directory and enter: ``` bash -$ bundle install -``` + $ bundle install + ``` 3. The installed `config.yml` file configures the book for building from your local HAWQ source files. Build the output HTML files by executing the command: ``` bash -$ bundle exec bookbinder bind local -``` + $ bundle exec bookbinder bind local + ``` Bookbinder converts the XML source into HTML, and puts the final output in the `final_app` directory. 5. The `final_app` directory stages the HTML into a web application that you can view using the rack gem. To view the documentation build: ``` bash -$ cd final_app -$ bundle install -$ rackup -``` + $ cd final_app + $ bundle install + $ rackup + ``` Your local documentation is now available for viewing at[http://localhost:9292](http://localhost:9292)
