From 4fc9e4ff328d5f521041be86d93557f954ca0ece Mon Sep 17 00:00:00 2001 From: Francesco Pham <francesco.pham@huawei.com> Date: Tue, 19 Jul 2022 13:38:09 +0200 Subject: [PATCH] readme: add --interface argument Signed-off-by: Francesco Pham <francesco.pham@huawei.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8376625..d9e810b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ $ pip3 install -r requirements.txt Run resource directory: ```console -$ python3 src/resource_directory.py +$ python3 src/resource_directory.py --interface <name of the network interface> ``` Run the example Eddie endpoint: -- GitLab