Update geode-book/README.md

Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/8db78627
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/8db78627
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/8db78627

Branch: refs/heads/feature/GEODE-3062-2
Commit: 8db7862758cfb79d5097f1fefa4e230186668f22
Parents: c6d88f7
Author: Dave Barnes <dbar...@pivotal.io>
Authored: Mon Jun 19 14:07:31 2017 -0700
Committer: Dave Barnes <dbar...@pivotal.io>
Committed: Mon Jun 19 14:07:31 2017 -0700

----------------------------------------------------------------------
 geode-book/README.md | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/8db78627/geode-book/README.md
----------------------------------------------------------------------
diff --git a/geode-book/README.md b/geode-book/README.md
index f381b16..a542ce2 100644
--- a/geode-book/README.md
+++ b/geode-book/README.md
@@ -78,12 +78,22 @@ where `XY` is the product version of your documentation 
(e.g., `{geode-site}/web
 
 2. Navigate to the User Guide you have built in the Geode repository: 
`{geode-project-dir}/geode-book/final_app/public/docs/guide/XY`.
 
-3. Use `tar` to copy the directory in order to preserve links and other 
filesystem niceties. Create the tarfile in your Desktop for easy access on the 
retrieval side.
-  
-  To copy the directory, enter:
+3. Use `tar` to copy the directory in order to preserve links and other 
filesystem niceties.
+
+  a. Create the tarfile in your Desktop for easy access on the retrieval side.
 
     ```
     $ tar cvf ~/Desktop/new-guide-content.tar .
+    ```
+  b. Create the destination directory in the `geode-site` repo:
+
+    ```
+    $ mkdir -p {geode-site}/website/content/docs/guide/XY
+    ```
+
+  c. Navigate to the target directory and un-tar the userguide archive:
+
+    ```
     $ cd {geode-site}/website/content/docs/guide/XY
     $ tar xvf ~/Desktop/new-guide-content.tar
     ```

Reply via email to