update example in devel doc

This commit is contained in:
Carlo Mandelli 2019-08-19 10:16:54 +02:00
parent 8a05513db6
commit 985c17f66b
1 changed files with 2 additions and 2 deletions

View File

@ -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
```