Skip to content

Commit 03f13c2

Browse files
committedSep 21, 2015
Add link to Docker image
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent e8fdca5 commit 03f13c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎stories/getting-started.html

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ <h2 id="install">Step 1. Install Nikola</h2>
1919
<li>The best way to do it is to use <code class="gs-code gs-command">pip</code> in a virtualenv. We recommend installing the <code class="gs-code">"Nikola[extras]"</code> distribution to access some extra features, but you can drop the <code class="gs-code">[extras]</code> specifier if you don’t want them. Note that you might need to install some extra dependencies for lxml and Pillow in order to compile them or to get full functionality.</li>
2020
<li>You can also <a href="https://pypi.python.org/pypi/Nikola">download the tarball</a> and install manually.</li>
2121
<li>Some Linux distributions also have Nikola packaged in its repositories — but please make sure it’s a fresh version.</li>
22+
<li>If you prefer, a <a href="https://github.com/rbrewer123/docker_nikola">Docker image</a> is also available.</a></li>
2223
</ul>
2324
<p class="text-muted">Nikola is free open-source software, under the <a href="/license.html">MIT license</a>.</p>
2425
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">

0 commit comments

Comments
 (0)
Please sign in to comment.