Skip to content

Commit

Permalink
removed broken github download link and amended docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jul 3, 2013
1 parent 0d5ed4c commit 16b6fda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions logya/sites/docs/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ <h2>Requirements</h2>
</ul>

<h2>Installation</h2>
<p>Logya is an open source Python application that can be <a href="https://github.com/yaph/logya/downloads">downloaded from</a> and <a href="https://github.com/yaph/logya">forked on Github</a>. To install it with pip run:</p>
<p>Logya is an open source Python application, check out the source code <a href="https://github.com/yaph/logya">on Github</a>. To install Logya with pip run:</p>
<pre>sudo pip install logya</pre>

<p>If you downloaded the source files, you can install Logya from the project's root directory with the following command:</p>
<p>If you cloned the repository, you can install Logya from the project's root directory with the following command:</p>
<pre>sudo python setup.py install</pre>

<h2>Getting Started</h2>
Expand Down Expand Up @@ -150,4 +150,4 @@ <h3>Create a command that points to the development source:</h3>
<p>This creates a symbolic link in your home bin directory to access logya commands from your development source, assuming it resides in the first directory specified above. To not override the logya command from your installation the command is called logyadev.</p>

<h2>Credits</h2>
<p>Logya is being developed by <a href="http://www.ramiro.org/">Ramiro Gómez</a>. The Logya logo was created using the <a href="http://www.iconfinder.com/icondetails/61632/512/internet_earth_icon">Earth, Internet icon</a> by <a href="http://www.iconeden.com/">IconEden</a>.</p>
<p>Logya is being developed by <a href="http://ramiro.org/">Ramiro Gómez</a>. The Logya logo was created using the <a href="http://www.iconfinder.com/icondetails/61632/512/internet_earth_icon">Earth, Internet icon</a> by <a href="http://www.iconeden.com/">IconEden</a>.</p>
2 changes: 1 addition & 1 deletion logya/sites/docs/site.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ base_url=http://yaph.github.com/logya

[templates]
index=index.html
doc=post.html
doc=post.html

0 comments on commit 16b6fda

Please sign in to comment.