Update docs.md

This commit is contained in:
Ian Bell
2014-07-06 17:17:48 +02:00
parent 935f86a8aa
commit dd1020bdad

View File

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