diff --git a/logya/sites/docs/content/index.html b/logya/sites/docs/content/index.html index afa361c..9621a8c 100644 --- a/logya/sites/docs/content/index.html +++ b/logya/sites/docs/content/index.html @@ -39,10 +39,10 @@
Logya is an open source Python application that can be downloaded from and forked on Github. To install it with pip run:
+Logya is an open source Python application, check out the source code on Github. To install Logya with pip run:
sudo pip install logya-
If you downloaded the source files, you can install Logya from the project's root directory with the following command:
+If you cloned the repository, you can install Logya from the project's root directory with the following command:
sudo python setup.py install
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.
Logya is being developed by Ramiro Gómez. The Logya logo was created using the Earth, Internet icon by IconEden.
+Logya is being developed by Ramiro Gómez. The Logya logo was created using the Earth, Internet icon by IconEden.
diff --git a/logya/sites/docs/site.cfg b/logya/sites/docs/site.cfg index ea42834..9de98d5 100644 --- a/logya/sites/docs/site.cfg +++ b/logya/sites/docs/site.cfg @@ -4,4 +4,4 @@ base_url=http://yaph.github.com/logya [templates] index=index.html -doc=post.html +doc=post.html \ No newline at end of file