From fb61ee07637cffd4ae3f278889f3eddb5c0f0f00 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 19 Dec 2015 21:43:26 +0100 Subject: [PATCH] Updated readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62c9a9c8..e793ba8c 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ # Lektor Website -This is the work in progress website for Lektor. This also includes -documentation. +This is the repository for the Lektor website at +[getlektor.com](https://www.getlektor.com/). To run: ``` -lektor dev +$ lektor server ``` If you also want to update the webpack files, you need `npm` installed and then run it like this: ``` -LEKTOR_WEBPACK=1 lektor dev +$ lektor server -f webpack ``` + +Changes here get deployed automatically by travis.