nanovms / ops-examples

A repository of basic and advanced examples using Ops
114 stars 28 forks source link

Fix issue in README / Rust example #156

Closed faizsarwar closed 4 months ago

faizsarwar commented 4 months ago

$ ops run -c config.json target/release/b

the above command will only work when we build in release mode

eyberg commented 4 months ago

thanks!