From dd1020bdad1cb00d82fe2c401b4bbc901ff7f841 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sun, 6 Jul 2014 17:17:48 +0200 Subject: [PATCH] Update docs.md --- dev/buildbot/docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```