aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-14 10:20:05 +0100
committerChocobozzz <me@florianbigard.com>2017-12-14 10:20:05 +0100
commit6f045b57915d0eac8e590c503b362d2df5e16b85 (patch)
treeb26a305c1ab53fe1f8d3856216c8493064790bc7 /README.md
parentd48ff09d27d234425c3e9f091ae9072d8e6d8b7a (diff)
downloadPeerTube-6f045b57915d0eac8e590c503b362d2df5e16b85.tar.gz
PeerTube-6f045b57915d0eac8e590c503b362d2df5e16b85.tar.zst
PeerTube-6f045b57915d0eac8e590c503b362d2df5e16b85.zip
Fix tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index e2a5a7251..a6f6cfab8 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
3</h1> 3</h1>
4 4
5<h4 align="center"> 5<h4 align="center">
6Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>. 6Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
7</h4> 7</h4>
8 8
9**PeerTube is sponsored by [Framasoft](https://framatube.org/#en), a non-profit that promotes, spreads and develops free-libre software. If you want to support this project, please [consider donating them](https://soutenir.framasoft.org/en/).** 9**PeerTube is sponsored by [Framasoft](https://framatube.org/#en), a non-profit that promotes, spreads and develops free-libre software. If you want to support this project, please [consider donating them](https://soutenir.framasoft.org/en/).**
@@ -128,13 +128,12 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
128 128
129#### Debian 129#### Debian
130 130
131 1. Install NodeJS 6.x (previous LTS): [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) 131 1. Install NodeJS 8.x (current LTS): [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
132 2. Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) 132 2. Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
133 3. Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/
134 4. Run: 133 4. Run:
135 134
136 $ apt-get update 135 $ apt-get update
137 $ apt-get install ffmpeg postgresql-9.4 openssl 136 $ apt-get install ffmpeg postgresql openssl
138 137
139#### Ubuntu 16.04 138#### Ubuntu 16.04
140 139