diff --git a/README.md b/README.md index 320fb4f..7840122 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,15 @@ assert!(check); ### More examples See the [examples](./examples/) directory for some demonstrations of Rustframe's syntax and functionality. + +To run the examples, use: + +```bash +cargo run --example +``` + +E.g. to run the `game_of_life` example: + +```bash +cargo run --example game_of_life +```