From 0d9abf2f970b6926dbc422bcfb360c759ccf9779 Mon Sep 17 00:00:00 2001 From: Toby Hede Date: Wed, 2 Oct 2024 20:00:02 +1000 Subject: [PATCH] Example readme --- examples/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..2612baf --- /dev/null +++ b/examples/README.md @@ -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 +``` + + + +