]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add message for public registration on peertube
authorChocobozzz <me@florianbigard.com>
Fri, 26 Jan 2018 13:14:59 +0000 (14:14 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 26 Jan 2018 13:14:59 +0000 (14:14 +0100)
README.md
support/doc/development/client/code.md

index 956403552a77f947621667aea0a51ab765585ee6..4d9cc298fe7067adc0c081219526cf8d94dd43ca 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,6 +71,8 @@ Want to see it in action?
    * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504)
      to see what the "decentralization feature" looks like
 
+*Currently PeerTube is still in alpha (we plan to release a beta in march). Demonstration servers do not support public registration. If you really want to test PeerTube before the public release, here is a list of PeerTube servers: https://github.com/Chocobozzz/PeerTube/wiki#other-peertube-servers.*
+
 ## Why
 
 We can't build a FOSS video streaming alternatives to YouTube, Dailymotion,
index f84c7b9983ce7312fe58a35ca819c0b8ca0ca13e..e1d80976340f352776284ca8ee702bde405295c8 100644 (file)
@@ -60,7 +60,7 @@ If you are not familiar with Angular I recommend you to read the [quickstart gui
 
 ## Components tree
 
-![Components tree](/support/doc/client/development/components-tree.png)
+![Components tree](/support/doc/development/client/components-tree.png)
 
 ## Newcomers