mirror of https://github.com/vector-im/riot-web
readme tweaks
Note that Chrome requires https for voip (fixes #2506) Remove lies about where issues are filed.pull/2507/head
parent
9310d92605
commit
e0556789d2
10
README.md
10
README.md
|
@ -21,6 +21,10 @@ released version of Riot:
|
|||
as desired. See below for details.
|
||||
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
|
||||
=======================
|
||||
|
||||
|
@ -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.
|
||||
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
|
||||
===============
|
||||
|
||||
|
|
Loading…
Reference in New Issue