Switch to pretty codehighlighted humbugrc

(imported from commit 3e4f156a3d017166d1339784c5b3593b402d7805)
This commit is contained in:
Luke Faraone 2013-04-11 10:42:29 -07:00
parent 724ecce063
commit a97d4b7cb2

View File

@ -28,9 +28,10 @@
<p>This package uses distutils, so you can just run <code>python setup.py install</code> after downloading.</p>
<p>You can find your API key on your <a href="/#settings" target="_blank">settings page</a>. Once you have it, create <code>~/.humbugrc</code> and add the following text to it:</p>
<div class="codehilite"><pre>[api]
key=YOUR_API_KEY
email=YOUR_EMAIL_ADDRESS</pre></div>
<div class="codehilite"><pre><span class="k">[api]</span>
<span class="na">key</span><span class="o">=</span><span class="s">YOUR_API_KEY</span>
<span class="na">email</span><span class="o">=</span><span class="s">YOUR_EMAIL_ADDRESS</span>
</pre></div>
<p><strong>Don't want to make it yourself?</strong> Humbug <a href="/integrations">already integrates with lots of services</a>.</p>