mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Remove redundant and incorrect riot-desktop install instructions (#9558)
This commit is contained in:
parent
28d50100d8
commit
cc5911b4aa
1 changed files with 5 additions and 18 deletions
23
README.md
23
README.md
|
@ -31,21 +31,8 @@ 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 http (except localhost), so for working VoIP you will need to serve Riot
|
||||||
over https.
|
over https.
|
||||||
|
|
||||||
### Desktop Installation for Debian Stretch
|
To install Riot as a desktop application, see [Running as a desktop
|
||||||
|
app](#running-as-a-desktop-app) below.
|
||||||
1. Add the repository to your sources.list using either of the following two options:
|
|
||||||
- Directly to sources.list:
|
|
||||||
`echo "deb https://packages.riot.im/debian/ stretch main" | sudo tee -a /etc/apt/sources.list`
|
|
||||||
- As a separate entry in sources.list.d:
|
|
||||||
`echo "deb https://packages.riot.im/debian/ stretch main" | sudo tee /etc/apt/sources.list.d/riot.list`
|
|
||||||
2. Download and add the gpg signing key used to authenticate the packages from the riot repository to your system's list of trusted keys:
|
|
||||||
`curl -s https://packages.riot.im/debian/riot-im-archive-keyring.asc | sudo apt-key add -`
|
|
||||||
- Optional: if you had the old Riot.im signing key in your apt keyring, delete it, as it is no longer considered trusted:
|
|
||||||
`sudo apt-key del 0x48E8F4A1`
|
|
||||||
3. Update your package lists:
|
|
||||||
`sudo apt update`
|
|
||||||
4. Install Riot:
|
|
||||||
`sudo apt install riot-web`
|
|
||||||
|
|
||||||
Important Security Note
|
Important Security Note
|
||||||
=======================
|
=======================
|
||||||
|
@ -202,10 +189,10 @@ Running as a Desktop app
|
||||||
========================
|
========================
|
||||||
|
|
||||||
Riot can also be run as a desktop app, wrapped in electron. You can download a
|
Riot can also be run as a desktop app, wrapped in electron. You can download a
|
||||||
pre-built version from https://riot.im/desktop.html or, if you prefer,
|
pre-built version from https://riot.im/download/desktop/ or, if you prefer,
|
||||||
build it yourself. Requires Electron >=1.6.0
|
build it yourself.
|
||||||
|
|
||||||
To run as a desktop app:
|
To build it yourself, follow the instructions below.
|
||||||
|
|
||||||
1. Follow the instructions in 'Building From Source' above, but run
|
1. Follow the instructions in 'Building From Source' above, but run
|
||||||
`yarn build` instead of `yarn dist` (since we don't need the tarball).
|
`yarn build` instead of `yarn dist` (since we don't need the tarball).
|
||||||
|
|
Loading…
Reference in a new issue