commit 44028962566098be17af0ecb5ccb2c3fa3858fba Author: Arturo Filastò arturo@filasto.net Date: Wed Apr 27 19:53:43 2016 +0200
Update references to ooni logo
* Use the png instead of the svg for the mascot image --- README.rst | 2 +- setup.py | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst index b42d755..ef9e0ba 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ ooniprobe: a network interference detection tool
___________________________________________________________________________
-.. image:: https://ooni.torproject.org/images/ooni-header-mascot.svg +.. image:: https://ooni.torproject.org/images/ooni-header-mascot.png :target: https:://ooni.torproject.org/
OONI, the Open Observatory of Network Interference, is a global observation diff --git a/setup.py b/setup.py index a70df0c..da0b967 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ ooniprobe: a network interference detection tool
___________________________________________________________________________
-.. image:: https://ooni.torproject.org/theme/img/ooni-logo.png +.. image:: https://ooni.torproject.org/images/ooni-header-mascot.png :target: https:://ooni.torproject.org/
OONI, the Open Observatory of Network Interference, is a global observation @@ -53,6 +53,13 @@ To install ooniprobe you will need the following dependencies: * libffi-dev * libdumbnet-dev
+ +On debian based systems this can generally be done by running: + +.. code:: bash + + sudo apt-get install -y build-essential libdumbnet-dev libpcap-dev libgeoip-dev libffi-dev python-dev python-pip + When you got them run:
.. code:: bash
tor-commits@lists.torproject.org