Update README

This commit is contained in:
Niels Andriesse 2021-04-21 13:54:38 +10:00 committed by GitHub
parent bb7d007208
commit ce13a4d3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ Want to build from source? See [BUILDING.md](https://github.com/nielsandriesse/s
### Step 1: Pull in the Session open group server executable:
```
apt install session-open-group-server
sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg
echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list
sudo apt update
sudo apt install session-open-group-server
```
### Step 2: Check that it's running: