diff --git a/dev/buildbot/docs.md b/dev/buildbot/docs.md index 8aee5ef4..3d85f5c1 100644 --- a/dev/buildbot/docs.md +++ b/dev/buildbot/docs.md @@ -1,5 +1,5 @@ -Using and configuring the buildbot masters and slaves -===================================================== +Buildbot masters and slaves +=========================== Master ------ @@ -27,7 +27,7 @@ will do the job since it will just reparse the configuration file without signin You can add the following lines to the end of your ``.profile`` file on OSX (similar ideas apply on other platforms) to autostart the master when the user logs in: ``` -# Connect to the buildbot master +# Startup the buildbot master buildbot start ~/master ```