From 0c5ef826d2bf32890c1410660f3a03e1f1f0ebc8 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Fri, 13 Jul 2018 16:58:19 +0200 Subject: [PATCH] clicon group in example clarification --- example/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example/README.md b/example/README.md index 3622612d..be751154 100644 --- a/example/README.md +++ b/example/README.md @@ -16,7 +16,11 @@ routing example. It contains the following files: * example_netconf.c Netconf callback plugin * Makefile.in Example makefile where plugins are built and installed + ## Compile and run + +Before you start, see [preparation](../doc/FAQ.md#do-i-need-to-setup-anything-important). + ``` cd example make && sudo make install