Update README.md (#24)

This commit is contained in:
Christopher Fleetwood
2025-02-07 16:52:36 +00:00
committed by GitHub
parent 3212affd9e
commit d89239464a

View File

@ -22,7 +22,7 @@ print(y)
## Docker Reference
build and run the reference [example/basic.py](example/basic.py) in a Docker container with the following commands:
build and run the reference [examples/basic.py](examples/basic.py) in a Docker container with the following commands:
```bash
docker build --platform linux/amd64 -t kernels-reference -f docker/Dockerfile.reference .