diff options
Diffstat (limited to 'network/riot-web/README')
-rw-r--r-- | network/riot-web/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/network/riot-web/README b/network/riot-web/README index 20d910bc48b83..9b9a6376e223e 100644 --- a/network/riot-web/README +++ b/network/riot-web/README @@ -19,7 +19,13 @@ Now with end-to-end encryption using the Olm and Megolm cryptographic ratchets conversation. This is a packaging of the pre-built released version of Riot (on Github). -You should use your favourite web browser to enjoy it. Type your browser name -before before run this script: + +Riot-web now is needed to run under a web server(e.g. NGINX). +After building, a start script (in /usr/bin) is set to invoke a simple +web server (a Python built-in module) listening at port 8000, and then start a +web browser to access it at localhost:8000. Feel free to change these +settings. + +Type your favourite browser name before running this script, e.g. BROWSER=firefox ./riot-web.Slackbuild |