readme tweaks

Note that Chrome requires https for voip (fixes #2506)

Remove lies about where issues are filed.
This commit is contained in:
Richard van der Hoff 2016-10-25 11:20:23 +01:00
parent 9310d92605
commit e0556789d2

View file

@ -21,6 +21,10 @@ released version of Riot:
as desired. See below for details. as desired. See below for details.
1. Enter the URL into your browser and log into Riot! 1. Enter the URL into your browser and log into Riot!
Note that Chrome does not allow microphone or webcam access for sites served
over http (except localhost), so for working VoIP you will need to serve Riot
over https.
Important Security Note Important Security Note
======================= =======================
@ -222,12 +226,6 @@ If any of these steps error with, `file table overflow`, you are probably on a m
which has a very low limit on max open files. Run `ulimit -Sn 1024` and try again. which has a very low limit on max open files. Run `ulimit -Sn 1024` and try again.
You'll need to do this in each new terminal you open before building Riot. You'll need to do this in each new terminal you open before building Riot.
Filing issues
=============
All issues for Vector-web and Matrix-react-sdk should be filed at
https://github.com/matrix-org/matrix-react-sdk/issues
Triaging issues Triaging issues
=============== ===============