[tor-commits] [ooni-probe/master] Corrected path to decks directory given in README.md

art at torproject.org art at torproject.org
Mon Jan 27 10:39:39 UTC 2014


commit 85d22455978950fcd2f0fe0b337283cc89e96443
Author: Tom Wills <mail at tomwills.net>
Date:   Sat Jan 25 19:10:57 2014 +0000

    Corrected path to decks directory given in README.md
---
 README.md |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 6febda0..39603b0 100644
--- a/README.md
+++ b/README.md
@@ -119,24 +119,24 @@ You may then run a deck by using the command line option `-i`:
 
 As root:
 ```
-ooniprobe -i /usr/share/decks/mlab.deck
+ooniprobe -i /usr/share/ooni/decks/mlab.deck
 ```
 
 Or as a user:
 ```
-ooniprobe -i /usr/share/decks/mlab_no_root.deck
+ooniprobe -i /usr/share/ooni/decks/mlab_no_root.deck
 ```
 
 Or:
 
 As root:
 ```
-ooniprobe -i /usr/share/decks/complete.deck
+ooniprobe -i /usr/share/ooni/decks/complete.deck
 ```
 
 Or as a user:
 ```
-ooniprobe -i /usr/share/decks/complete_no_root.deck
+ooniprobe -i /usr/share/ooni/decks/complete_no_root.deck
 ```
 
 The above tests will require around 20-30 minutes to complete depending on your network speed.
@@ -144,12 +144,12 @@ The above tests will require around 20-30 minutes to complete depending on your
 If you would prefer to run some faster tests you should run:
 As root:
 ```
-ooniprobe -i /usr/share/decks/fast.deck
+ooniprobe -i /usr/share/ooni/decks/fast.deck
 ```
 
 Or as a user:
 ```
-ooniprobe -i /usr/share/decks/fast_no_root.deck
+ooniprobe -i /usr/share/ooni/decks/fast_no_root.deck
 ```
 
 ### Running net tests





More information about the tor-commits mailing list