From e47728e0e4fb74dd5e9fd4f6dba720a4db75327c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 14 Mar 2019 12:59:57 -0600 Subject: [PATCH 1/2] Declare the officially supported browsers in the README Fixes https://github.com/vector-im/riot-web/issues/8701 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 764a24aa83..b84837107b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Riot Riot (formerly known as Vector) is a Matrix web client built using the [Matrix React SDK](https://github.com/matrix-org/matrix-react-sdk). +Riot is officially supported on the web in modern versions of Chrome, Firefox, and Safari. Other browsers may work, however +official support is not provided. + Getting Started =============== From 631fcb0ad2314c010820325101fcf362a6b1cba8 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 15 Mar 2019 11:43:00 -0600 Subject: [PATCH 2/2] Cross-promote mobile apps --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b84837107b..51ce224a12 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Riot Riot (formerly known as Vector) is a Matrix web client built using the [Matrix React SDK](https://github.com/matrix-org/matrix-react-sdk). Riot is officially supported on the web in modern versions of Chrome, Firefox, and Safari. Other browsers may work, however -official support is not provided. +official support is not provided. For accessing Riot on an Android or iOS device, check out [riot-android](https://github.com/vector-im/riot-android) +and [riot-ios](https://github.com/vector-im/riot-ios) - riot-web does not support mobile devices. Getting Started ===============