remove erroneous instruction from readme

This commit is contained in:
Lera Elvoé 2025-07-02 13:36:56 +03:00
parent 64e18f16dd
commit 3da3054587
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -53,7 +53,6 @@ $ deactivate
when you want to run the server again, make sure to activate the venv first:
```bash
$ python -m venv .venv
$ source .venv/bin/activate
$ python -m app.run
```