diff options
Diffstat (limited to 'llvm/docs/HowToAddABuilder.rst')
-rw-r--r-- | llvm/docs/HowToAddABuilder.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst index 893f12d19d5..8fc1d0f157b 100644 --- a/llvm/docs/HowToAddABuilder.rst +++ b/llvm/docs/HowToAddABuilder.rst @@ -30,7 +30,7 @@ Here are the steps you can follow to do so: #. Install buildslave (currently we are using buildbot version 0.8.5). Depending on the platform, buildslave could be available to download and - install with your packet manager, or you can download it directly from + install with your package manager, or you can download it directly from `<http://trac.buildbot.net>`_ and install it manually. #. Create a designated user account, your buildslave will be running under, |