diff --git a/README.rst b/README.rst index b0973ac..d13bb6b 100644 --- a/README.rst +++ b/README.rst @@ -17,8 +17,7 @@ Longclaw :alt: IRC Chat An e-commerce extension for `Wagtail CMS `_ - -`Documentation `_ +Checkout the `demo site `_ and `documentation `_ .. figure:: docs/_static/images/dashboard.png @@ -28,11 +27,7 @@ Quickstart ---------- Install Longclaw:: - $ pip install git+git://github.com/JamesRamm/longclaw - -Build the front-end assets (requires node.js & npm):: - - $ longclaw build + $ pip install longclaw Setup a Wagtail+Longclaw project:: @@ -81,3 +76,4 @@ Support Please raise bugs/feature requests using the github issue tracker and ask questions on stackoverflow. + diff --git a/longclaw/project_template/requirements.txt b/longclaw/project_template/requirements.txt index a1c8aed..b7a964b 100644 --- a/longclaw/project_template/requirements.txt +++ b/longclaw/project_template/requirements.txt @@ -1,3 +1,3 @@ Django>=1.10,<1.11 wagtail>=1.7 --e git+https://github.com/JamesRamm/longclaw.git#egg=longclaw +longclaw>-0.1