From 985c17f66b18b1106b76eebc7da78b0744ae6aa9 Mon Sep 17 00:00:00 2001 From: Carlo Mandelli Date: Mon, 19 Aug 2019 10:16:54 +0200 Subject: [PATCH] update example in devel doc --- doc/devel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/devel.md b/doc/devel.md index faaec52..eeed8a4 100644 --- a/doc/devel.md +++ b/doc/devel.md @@ -28,11 +28,11 @@ make * Copy the `example/config.yml` where you prefer ``` -./bin/agola serve --toolbox-path $PWD/bin/agola-toolbox --embedded-etcd --config /path/to/your/config.yml --components all-base,executor +./bin/agola serve --embedded-etcd --config /path/to/your/config.yml --components all-base,executor ``` or use an external etcd (set it in the config.yml): ``` -./bin/agola serve --toolbox-path $PWD/bin/agola-toolbox --config /path/to/your/config.yml --components all-base,executor +./bin/agola serve --config /path/to/your/config.yml --components all-base,executor ```