Skip to content

Commit

Permalink
Example readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyhede committed Oct 2, 2024
1 parent f3bfb54 commit 0d9abf2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

# Examples


## Init


Pull submodules to grab `libseccomp` source.


```
git submodule update --init --recursive
```


## Run


```
cargo run --example http_server -- --config http_server/example_conf.yaml
```




0 comments on commit 0d9abf2

Please sign in to comment.