From 6f36f8a9589c2f5f0285343e9c2a2c688b426f67 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 10 May 2018 12:58:18 +0200 Subject: [PATCH] Updated README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3717aa0..411b8ba 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # About Comunic Website ========================= -Website that present Comunic based on Jekyll and Jeky New Age. +Website that present Comunic. The site is based on Jekyll and the Jeky New Age theme. + +## Run the site locally +* Jekyll is required. Install it using `apt install jekyll` or `npm install jekyll` +* Run the following command: `jekyll serve -w` +* Open your browser at http://127.0.0.1:4000/ \ No newline at end of file