[tor-commits] [ooni-probe/develop] Fix markup of code
isis at torproject.org
isis at torproject.org
Thu Jun 6 16:41:38 UTC 2013
commit 79a538eff2acd272c02a04c252c4dafab4799c03
Author: Arturo Filastò <hellais at gmail.com>
Date: Sun May 5 03:09:20 2013 +0300
Fix markup of code
---
README.md | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 576dd85..7dda15a 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,11 @@ network data that will assist you with your endeavors!
## Getting started with ooniprobe is easy
0) Open your favorite terminal
+
1) Grab the source and install the dependencies
+
2) Run ooniprobe!
+
3) ... There is no step three ...
## The easy way to prep your system for running ooniprobe
@@ -29,17 +32,21 @@ We believe that ooniprobe runs reasonably well on Debian GNU/Linux wheezy as
well as versions of Ubuntu such as natty and later releases. Running ooniprobe
without installing it is supported with the following commands:
- git clone https://git.torproject.org/ooni-probe.git
- cd ooni-probe
- ./setup-dependencies.sh
- ./bin/ooniprobe --asciilulz
+```
+git clone https://git.torproject.org/ooni-probe.git
+cd ooni-probe
+./setup-dependencies.sh
+./bin/ooniprobe --asciilulz
+```
## Your first network test
We run ooniprobe with a test deck - this is a collection of tests in a single
file that tells ooniprobe how to run and what data to check or process:
- ./bin/ooniprobe -i decks/before_i_commit.testdeck
+```
+./bin/ooniprobe -i decks/before_i_commit.testdeck
+```
The report output files from the above command will be located in the reports/
directory of the source code checkout. The report output ends with the .yamloo
@@ -64,7 +71,9 @@ Basic system requirements:
On Debian or Ubuntu GNU/Linux based systems these can be installed with:
- sudo apt-get install git-core python python-pip python-dev build-essential tor tor-geoipdb tcpdump
+```
+sudo apt-get install git-core python python-pip python-dev build-essential tor tor-geoipdb tcpdump
+```
Other packages that may be of interest:
More information about the tor-commits
mailing list