rhai/scripts/README.md

21 lines
256 B
Markdown
Raw Normal View History

2020-10-07 16:56:21 +02:00
Testing Scripts
===============
Testing scripts written in Rhai.
How to Run
----------
Compile the `rhai-run` example:
2020-10-07 16:56:21 +02:00
```bash
cargo build --example rhai-run
2020-10-07 16:56:21 +02:00
```
Run it:
```bash
./target/debug/examples/rhai-run ./scripts/test_script_to_run.rhai
2020-10-07 16:56:21 +02:00
```