Merge pull request #2625 from yquemener/patch-1

Typo in the set-up instructions for the test homeserver
This commit is contained in:
Benoit Marty 2021-01-06 09:36:40 +01:00 committed by GitHub
commit 7249c7d25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ $ source env/bin/activate
Every time you want to launch these test homeservers, type: Every time you want to launch these test homeservers, type:
```shell script ```shell script
$ virtualenv -p python3 env
$ source env/bin/activate $ source env/bin/activate
(env) $ demo/start.sh --no-rate-limit (env) $ demo/start.sh --no-rate-limit
``` ```