浏览代码

Merge pull request #684 from PeeHaa/more-readable-hook-setup-help

Made the steps to set up the hook more readable
Jordi Boggiano 9 年之前
父节点
当前提交
e8cb8a94c1
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. 10 1
      src/Packagist/WebBundle/Resources/views/About/about.html.twig

+ 10 - 1
src/Packagist/WebBundle/Resources/views/About/about.html.twig

@@ -102,7 +102,16 @@ v2.0.4-p1</code></pre>
     <section class="row">
         <section class="col-md-6">
             <h3>GitHub Service Hook</h3>
-            <p>Enabling the Packagist service hook ensures that your package will always be updated instantly when you push to GitHub. To do so you can go to your GitHub repository, click the "Settings" button, then "Webhooks &amp; Services". Add a "Packagist" service, and configure it with your API token, plus your Packagist username. Check the "Active" box and submit the form. You can then hit the "Test Service" button to trigger it and check if Packagist removes the warning about the package not being auto-updated.</p>
+            <p>Enabling the Packagist service hook ensures that your package will always be updated instantly when you push to GitHub.</p>
+            <p>To do so you can:</p>
+            <ul>
+                <li>Go to your GitHub repository</li>
+                <li>Click the "Settings" button</li>
+                <li>Click "Webhooks &amp; Services"</li>
+                <li>Add a "Packagist" service, and configure it with your API token, plus your Packagist username</li>
+                <li>Check the "Active" box and submit the form</li>
+            </ul>
+            <p>You can then hit the "Test Service" button to trigger it and check if Packagist removes the warning about the package not being auto-updated.</p>
         </section>
 
         <section class="col-md-6">