Merge pull request #89 from camandel/update_doc_devel

update example in devel doc
This commit is contained in:
Simone Gotti 2019-08-20 09:55:37 +02:00 committed by GitHub
commit afcd05244f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```