You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/04/05 14:44:02 UTC

[15/50] incubator-joshua-site git commit: indentation

indentation


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/commit/899bd5fb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/tree/899bd5fb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/diff/899bd5fb

Branch: refs/heads/asf-site
Commit: 899bd5fb93b43d6d6aa8dd3d039f17f13b367dde
Parents: 3dd4d77
Author: Matt Post <po...@cs.jhu.edu>
Authored: Wed Jun 10 10:05:12 2015 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Wed Jun 10 10:05:12 2015 -0400

----------------------------------------------------------------------
 6.0/install.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/899bd5fb/6.0/install.md
----------------------------------------------------------------------
diff --git a/6.0/install.md b/6.0/install.md
index d242f86..7b544f4 100644
--- a/6.0/install.md
+++ b/6.0/install.md
@@ -13,14 +13,14 @@ install the decoder. There are no external dependencies.
    also `$HADOOP`, if you have a Hadoop installation (Joshua's pipeline looks
    for `$HADOOP/bin/hadoop`.
 
-      export JAVA_HOME=/path/to/java
+       export JAVA_HOME=/path/to/java
 
-      # JAVA_HOME is not very standardized. Here are some places to look:
-      # OS X:  export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home
-      # Linux: export JAVA_HOME=/usr/java/default
+       # JAVA_HOME is not very standardized. Here are some places to look:
+       # OS X:  export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home
+       # Linux: export JAVA_HOME=/usr/java/default
       
-      export HADOOP=/usr
-
+       export HADOOP=/usr
+ 
 1. Download Joshua
 
        wget -q http://cs.jhu.edu/~post/joshua-v{{ site.data.joshua.release_version }}.tgz