aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/about.html')
-rw-r--r--libpathod/templates/about.html22
1 files changed, 16 insertions, 6 deletions
diff --git a/libpathod/templates/about.html b/libpathod/templates/about.html
index 4d74c126..3c05ad2d 100644
--- a/libpathod/templates/about.html
+++ b/libpathod/templates/about.html
@@ -4,22 +4,32 @@
<section>
<div class="page-header">
<h1>
- where
- <small>to get the code.</small>
+ how
+ <small>to get it.</small>
</h1>
</div>
- <h3>git clone git://github.com/cortesi/pathod.git</h3>
+ <p>The easiest way to install pathod is to use pip:</p>
+
+ <pre>pip install pathod</pre>
+
+ <p> You can find the project source on GitHub: </p>
+
+ <div style="margin-top: 20px; margin-bottom: 20px">
+ <a class="btn btn-primary btn-large" href="https://github.com/cortesi/pathod">github.com/cortesi/pathod</a>
+ </div>
+
+ <p>Please also use the <a
+ href="https://github.com/cortesi/pathod/issues">github issue tracker</a> to
+ report bugs. </p>
- <p>Please use the <a href="http://github.com/cortesi/pathod/issues">github
- issue tracker</a> to report bugs. </p>
</section>
<section>
<div class="page-header">
<h1>
why
- <small>this was written.</small>
+ <small>this it written.</small>
</h1>
</div>