You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drat.apache.org by le...@apache.org on 2018/04/25 15:32:45 UTC

[drat.wiki] branch master updated: Updated Installation (markdown)

This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new ce3fdf6  Updated Installation (markdown)
ce3fdf6 is described below

commit ce3fdf6768c7cd04511d475cfc30e4f74a450cc8
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Wed Apr 25 08:32:44 2018 -0700

    Updated Installation (markdown)
---
 Installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Installation.md b/Installation.md
index cae134c..d3ca752 100644
--- a/Installation.md
+++ b/Installation.md
@@ -12,8 +12,8 @@ Then, you can build DRAT in a few steps, substituting `~/drat/` with your prefer
 2. `mkdir -p ~/drat/src`
 3. `cd ~/drat/src`
 4. `git clone https://github.com/apache/drat.git .`
-5. `mvn install`
-6. `tar -C ../deploy/ -xvzf distribution/target/dms-distribution-0.1-bin.tar.gz`
+5. `cd drat && mvn install`
+6. `tar -C ../../deploy/ -xvzf distribution/target/dms-distribution-0.1-bin.tar.gz`
 7. See the wiki on [how to run DRAT](https://github.com/chrismattmann/drat/wiki/How-to-Run).  
 
 Useful Environment Variables

-- 
To stop receiving notification emails like this one, please contact
lewismc@apache.org.