X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=077d6b8f0bbcfe648b6238231b2e9065684cfd9c;hb=e203f2e0e1ba778201191dfaf83bc90341616610;hp=e2a5a7251fc734e9c69328d99b45859e8e59dc9b;hpb=9a989f8164fec08b01ea4166b6f938bd85de0a6b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index e2a5a7251..077d6b8f0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent. +Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent.

**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 #### Debian - 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) + 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) 2. Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) - 3. Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ 4. Run: $ apt-get update - $ apt-get install ffmpeg postgresql-9.4 openssl + $ apt-get install ffmpeg postgresql openssl #### Ubuntu 16.04 @@ -145,6 +144,12 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio $ apt-get update $ apt-get install ffmpeg postgresql openssl +#### Arch Linux + + 1. Run: + + $ pacman -S nodejs yarn ffmpeg postgresql openssl + #### Other distribution... (PR welcome)