doc: Running example from project root

This commit is contained in:
Leni Aniva 2024-05-17 20:56:01 -07:00
parent aa315ad31e
commit 926aaa4364
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@ pushd Example
lake build
popd
```
This would generate compiled `.olean` files. Then run the example
This would generate compiled `.olean` files. Then run the example from the
project root:
``` sh
python3 aesop.py
poetry run examples/aesop.py
```