diff --git a/README.md b/README.md index bd4d33b..ad6d821 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A starting spot for python projects. Embracing open source elements. Documentation: http://python-starter.readthedocs.io/en/latest/ +Quick Start: http://python-starter.readthedocs.io/en/latest/docs/quick-start/ + # Project Details ## Structure @@ -31,4 +33,4 @@ The documentation is found here: http://python-starter.readthedocs.io/en/latest/ You can test the docs locally by installing [mkdocs](http://www.mkdocs.org/) and running `mkdocs serve` in the root directory of the project source. This will launch a server locally that you can use to view what the docs will look like when deployed. The pages update automatically when changes are made. -You can add a page to the documentation by editing the *mkdocs.yml* file in the source repo. See [Adding Pages](http://www.mkdocs.org/#adding-pages). \ No newline at end of file +You can add a page to the documentation by editing the *mkdocs.yml* file in the source repo. See [Adding Pages](http://www.mkdocs.org/#adding-pages).