doc: README fix

This commit is contained in:
Leni Aniva 2024-04-22 22:59:29 -07:00
parent b4cfe7480f
commit 44f982d689
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 2 additions and 1 deletions

View File

@ -8,8 +8,9 @@ Execute
```bash ```bash
poetry build poetry build
``` ```
If the build is successful, the following command should succeed and output the current version of Pantograph. To run server tests:
``` bash ``` bash
python -m pantograph.server python -m pantograph.server
``` ```
The tests in `pantograph/server.py` also serve as simple interaction examples