mkhan45 / RustScript2

RustScript is a functional scripting language with as much relation to Rust as Javascript has to Java.
https://mkhan45.github.io/RustScript2/
Other
36 stars 2 forks source link

Readme build instructions #4

Closed WilliamRagstad closed 2 years ago

WilliamRagstad commented 2 years ago

Brief instructions on how to build the project. Do add more detailed information if necessary.

mkhan45 commented 2 years ago

I actually don't enter the build directory and just run dune build at the base instead. To run it, I use dune exec ./src/rustscript.exe <expr>.

I think that's a better way since you can stay in the base directory. Can you change it to reflect this?

mkhan45 commented 2 years ago

d025f1d