remove miredo from readme, fixes #172
This commit is contained in:
parent
7e2d6728aa
commit
27e850498e
1 changed files with 4 additions and 5 deletions
|
@ -15,10 +15,8 @@ Install
|
||||||
Networking
|
Networking
|
||||||
----------
|
----------
|
||||||
|
|
||||||
At this time you need a working IPv6 connection to use Open Media Libary.
|
Open Media Library uses Tor to connect to other peers.
|
||||||
If you don't have native IPv6 you can use Teredo/Miredo (`apt-get install miredo`)
|
If required Open Media Library will install its own version of Tor Browser.
|
||||||
or get a tunnel Hurricane Electric (https://tunnelbroker.net/)
|
|
||||||
or SixSS (https://sixxs.net).
|
|
||||||
|
|
||||||
Development
|
Development
|
||||||
-----------
|
-----------
|
||||||
|
@ -42,7 +40,8 @@ To update to latest version:
|
||||||
On Linux you need a working python3.4 installation with pillow, python-lxml, pyOpenSSL and pyCrypto and popler-utils:
|
On Linux you need a working python3.4 installation with pillow, python-lxml, pyOpenSSL and pyCrypto and popler-utils:
|
||||||
|
|
||||||
apt-get install python3.4 python3-pil python3-lxml \
|
apt-get install python3.4 python3-pil python3-lxml \
|
||||||
python3-pyopenssl python3-crypto poppler-utils
|
python3-pyopenssl python3-crypto poppler-utils \
|
||||||
|
libevent-2.0-5
|
||||||
|
|
||||||
Platform
|
Platform
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Reference in a new issue