mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Fix in the test homeserver set-up instruction
I think I removed a typo. You probably don't want a new virtualenv every time you start a homeserver?
This commit is contained in:
parent
78c1a0acf4
commit
6e8d93bc6f
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ $ source env/bin/activate
|
|||
Every time you want to launch these test homeservers, type:
|
||||
|
||||
```shell script
|
||||
$ virtualenv -p python3 env
|
||||
$ source env/bin/activate
|
||||
(env) $ demo/start.sh --no-rate-limit
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue