From f493332d2b990fc4af81bc2102e1cb9674a3a457 Mon Sep 17 00:00:00 2001 From: JamesRamm Date: Thu, 13 Apr 2017 07:53:56 +0100 Subject: [PATCH] Update docs for 0.1 release --- README.rst | 10 +++------- longclaw/project_template/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) 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