Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/master 6667ed225 -> 51cd83d56


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/51cd83d5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/51cd83d5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/51cd83d5

Branch: refs/heads/master
Commit: 51cd83d5657086a633b6fb0010974a1c1d3cd91d
Parents: 6667ed2
Author: David Yozie <yo...@apache.org>
Authored: Mon Apr 17 14:01:12 2017 -0700
Committer: David Yozie <yo...@apache.org>
Committed: Mon Apr 17 14:05:08 2017 -0700

----------------------------------------------------------------------
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/51cd83d5/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)
 

Reply via email to