X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=a13f454e26670f8795368eef229ae5d745240a2d;hb=df66d81583e07ce049daeeef1edc6a87b57b3684;hp=813c4c3faa697c0f1c1158909ef3baf35896a50a;hpb=8af9b8ae69713f6f9da72dd62452849bcb722a45;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index 813c4c3fa..a13f454e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- PeerTube - + PeerTube +

@@ -75,7 +75,7 @@ Just upload your videos, and be sure they will stream anywhere. Add a descriptio

Keep in touch with video creators

-Follow your favorite channels from PeerTube or really any other place. No need to have an account on the instance you watched a video to follow its author, you can do all of that from the Fediverse (Mastodon, Pleroma and plenty others), or just with good ol' RSS. +Follow your favorite channels from PeerTube or really any other place. No need to have an account on the instance you watched a video to follow its author, you can do all of that from the Fediverse (Mastodon, Pleroma, and plenty others), or just with good ol' RSS.

--- @@ -121,6 +121,24 @@ enough because one video could become popular and overload the server. That is why we need to use a P2P protocol to limit the server load. Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make BitTorrent inside the web browser, as of today. +:raised_hands: Contributing +---------------------------------------------------------------- + +You don't need to be a coder to help! + +You can give us your feedback, report bugs, help us translate PeerTube, write documentation, and more. Check out the [contributing +guide](/.github/CONTRIBUTING.md) to know how, it takes less than 2 minutes to get started. :wink: + +You can also join the cheerful bunch that makes our community: + +* 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)** +* Forum: + * Framacolibri: [https://framacolibri.org/c/peertube](https://framacolibri.org/c/peertube) + +Feel free to reach out if you have any questions or ideas! :speech_balloon: + :package: Create your own instance ---------------------------------------------------------------- @@ -137,20 +155,6 @@ See the [production guide](/support/doc/production.md), which is the recommended See the [community packages](https://docs.joinpeertube.org/lang/en/docs/install.html), which cover various platforms (including [YunoHost](https://install-app.yunohost.org/?app=peertube) and [Docker](/support/doc/docker.md)). -:wrench: Contribute/Translate/Test ----------------------------------------------------------------- - -*Spoiler alert*: you don't need to be a coder to help! - -See the [contributing -guide](/.github/CONTRIBUTING.md). Or simply join the cheerful bunch that makes our community: - - * 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)** - * Forum: - * Framacolibri: [https://framacolibri.org/c/peertube](https://framacolibri.org/c/peertube) - :book: Documentation ----------------------------------------------------------------