This is an automated email from the ASF dual-hosted git repository.
unknown 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 af53041 Updated Installation (markdown)
af53041 is described below
commit af5304190ae13d4cd9dcf593c55267eef284441b
Author: Tom Barber <[email protected]>
AuthorDate: Wed Jul 11 13:07:52 2018 +0100
Updated Installation (markdown)
---
Installation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Installation.md b/Installation.md
index 8e1b121..72d300a 100644
--- a/Installation.md
+++ b/Installation.md
@@ -11,7 +11,7 @@ Then, you can build DRAT in a few steps, substituting
`~/drat/` with your prefer
1. `mkdir -p ~/drat/deploy`
2. `mkdir -p ~/drat/src`
3. `cd ~/drat/src`
-4. `git clone https://github.com/apache/drat.git .`
+4. `git clone https://github.com/apache/drat.git`
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).