From 77a012aa8d197d2955ee5d18560e3fb991afc73d Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Mon, 28 Dec 2015 12:27:01 -0500 Subject: Update docs --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ece4d23..679b667 100644 --- a/index.html +++ b/index.html @@ -30,13 +30,13 @@ This page is the result of running Pycco against its own source file.

This will generate linked HTML documentation for the named source files, saving it into a docs folder by default.

-

The source for Pycco is available on GitHub, +

The source for Pycco is available on GitHub, and released under the MIT license.

To install Pycco, simply

pip install pycco
 

Or, to install the latest source

-
git clone git://github.com/fitzgen/pycco.git
+
git clone git://github.com/pycco-docs/pycco.git
 cd pycco
 python setup.py install
 
-- cgit v1.2.1