Make it easier to run the examples without using git. The following should work: ```bash mkdir vsm cd vsm julia --project=. ``` ```julia using Pkg pkg"add VortextStepMethod" using VortextStepMethod VortexStepMethod.install_examples() include("examples/menu()") ```
Make it easier to run the examples without using git.
The following should work:
mkdir vsm cd vsm julia --project=.