Add README's.
This commit is contained in:
20
scripts/README.md
Normal file
20
scripts/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
Testing Scripts
|
||||
===============
|
||||
|
||||
Testing scripts written in Rhai.
|
||||
|
||||
|
||||
How to Run
|
||||
----------
|
||||
|
||||
Compile the `rhai_runner` example:
|
||||
|
||||
```bash
|
||||
cargo build --example rhai_runner
|
||||
```
|
||||
|
||||
Run it:
|
||||
|
||||
```bash
|
||||
./target/debug/examples/rhai_runner ./scripts/test_script_to_run.rhai
|
||||
```
|
Reference in New Issue
Block a user