Remove cd in usage instructions

This commit is contained in:
Nils K 2022-04-28 11:35:08 +02:00 committed by Mathieu Duponchelle
parent 3b04a3c06d
commit f104ffd251

View file

@ -100,8 +100,7 @@ WEBRTCSINK_SIGNALLING_SERVER_LOG=debug cargo run --bin server
In the second, run:
``` shell
cd www
python3 -m http.server
python3 -m http.server -d www/
```
In the third, run: