mirror of https://github.com/Chocobozzz/PeerTube
(doc) update crowdfunding notice, add chatroom links, reorder install guides
parent
97b72ed12f
commit
106e68cfff
19
README.md
19
README.md
|
@ -8,7 +8,7 @@ directly in the web browser with <a href="https://github.com/feross/webtorrent">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<strong>We are running <a href="https://www.kisskissbankbank.com/en/projects/peertube-a-free-and-federated-video-platform">a crowdfunding campaign</a> to pave the road to version 1.0 of PeerTube!</strong>
|
<strong>We have run <a href="https://www.kisskissbankbank.com/en/projects/peertube-a-free-and-federated-video-platform">a crowdfunding campaign</a> to pave the road to version 1.0 of PeerTube. Thanks to everyone who pitched in and shared the news around. You can now check out [the corresponding milestone](https://github.com/Chocobozzz/PeerTube/milestone/1) and help its development!</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -49,10 +49,6 @@ directly in the web browser with <a href="https://github.com/feross/webtorrent">
|
||||||
<a href="http://standardjs.com/">
|
<a href="http://standardjs.com/">
|
||||||
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
|
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://kiwiirc.com/client/irc.freenode.net/#peertube">
|
|
||||||
<img src="https://img.shields.io/badge/%23peertube-on%20freenode-brightgreen.svg" alt="PeerTube Freenode IRC" />
|
|
||||||
</a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
@ -67,6 +63,9 @@ directly in the web browser with <a href="https://github.com/feross/webtorrent">
|
||||||
|
|
||||||
* **[Website](https://joinpeertube.org)**
|
* **[Website](https://joinpeertube.org)**
|
||||||
* **[Instances list](https://instances.joinpeertube.org)**
|
* **[Instances list](https://instances.joinpeertube.org)**
|
||||||
|
* Chat:
|
||||||
|
* **IRC : [#peertube on chat.freenode.net:6697](https://kiwiirc.com/client/irc.freenode.net/#peertube)**
|
||||||
|
* **Matrix (bridged on the IRC channel) : [#peertube:matrix.org](https://matrix.to/#/#peertube:matrix.org)**
|
||||||
|
|
||||||
## Demonstration
|
## Demonstration
|
||||||
|
|
||||||
|
@ -105,18 +104,18 @@ BitTorrent) inside the web browser, as of today.
|
||||||
* OpenSSL (cli)
|
* OpenSSL (cli)
|
||||||
* **FFmpeg >= 3.x**
|
* **FFmpeg >= 3.x**
|
||||||
|
|
||||||
## Run using Docker
|
## Run in production
|
||||||
|
|
||||||
See the [docker guide](/support/doc/docker.md)
|
See the [production guide](/support/doc/production.md).
|
||||||
|
|
||||||
## Run on YunoHost
|
## Run on YunoHost
|
||||||
[![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube)
|
[![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube)
|
||||||
|
|
||||||
Peertube app for [YunoHost](https://yunohost.org). See [here](https://github.com/YunoHost-Apps/peertube_ynh)
|
Peertube app for [YunoHost](https://yunohost.org). See [here](https://github.com/YunoHost-Apps/peertube_ynh).
|
||||||
|
|
||||||
## Production
|
## Run using Docker
|
||||||
|
|
||||||
See the [production guide](/support/doc/production.md).
|
See the [docker guide](/support/doc/docker.md).
|
||||||
|
|
||||||
## Contribute/Translate/Test
|
## Contribute/Translate/Test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue