diff --git a/docs/tools/civibuild.md b/docs/tools/civibuild.md index 24f8573b5ac6b69886d9b3e93b012fe79c2b881d..d685f45e5787cb748a796704c333532a9d5da40a 100644 --- a/docs/tools/civibuild.md +++ b/docs/tools/civibuild.md @@ -306,13 +306,14 @@ If you frequently call `civibuild`, you may find that the argument list becomes fairly long (e.g. `--url http://example.localhost --admin-user myadmin --admin-pass mypass --demo-user mydemo --demo-pass mypass ...`). -To set default values for these parameters, create the file `civibuild.conf`: +To set default values for these parameters, create and edit the file `civibuild.conf`: ``` cp app/civibuild.conf.tmpl app/civibuild.conf +vi app/civibuild.conf ``` -This file includes documentation and examples. +The template includes documentation and examples. ## Development/Testing of `civibuild` {:#development}