Skip to content

Commit

Permalink
doc: update run example of omo
Browse files Browse the repository at this point in the history
  • Loading branch information
nanne007 committed Jul 21, 2022
1 parent 5969b44 commit 9a6ca0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions omo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## OMO

### Run Example:

```
# build mips binary
cd ../rust-mips-example
cross build --target mips-unknown-linux-musl --release -v
cd ../omo
cargo run -- --config config.toml.example --env OMO=abc ../rust-mips-example/target/mips-unknown-linux-musl/release/rust-mips-example OMO
```

0 comments on commit 9a6ca0d

Please sign in to comment.