]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - README.md
Fix avatar update
[github/Chocobozzz/PeerTube.git] / README.md
index fadf3f80122937c909e20f22ee83a6abdfba85a7..077d6b8f0bbcfe648b6238231b2e9065684cfd9c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 </h1>
 
 <h4 align="center">
-Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
+Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
 </h4>
 
 **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/).**
@@ -52,7 +52,7 @@ Decentralized video streaming platform using P2P (BitTorrent) directly in the we
 
 <p align="center">
   <a href="https://peertube.cpy.re">
-    <img src="https://lutim.cpy.re/9HOUfGK8" alt="screenshot" />
+    <img src="https://lutim.cpy.re/mRdBAdeD.png" alt="screenshot" />
   </a>
 </p>
 
@@ -120,8 +120,7 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
 
 ### Dependencies
 
-  * **NodeJS >= 6.x**
-  * **npm >= 3.x**
+  * **NodeJS >= 8.x**
   * yarn
   * OpenSSL (cli)
   * PostgreSQL
@@ -129,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 update
+    $ apt-get install ffmpeg postgresql openssl
 
 #### Ubuntu 16.04
 
@@ -143,8 +141,14 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
   2. Install yarn: (same as Debian)
   3. Run:
 
-        $ apt-get update
-        $ apt-get install ffmpeg postgresql openssl
+    $ apt-get update
+    $ apt-get install ffmpeg postgresql openssl
+
+#### Arch Linux
+
+  1. Run: 
+
+    $ pacman -S nodejs yarn ffmpeg postgresql openssl
 
 #### Other distribution... (PR welcome)