From cd1b0c43b0cca055ffe37a3e41f0c3e6e3183eb0 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Mon, 15 Aug 2016 12:42:09 -0400 Subject: [PATCH] Updated README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c79f9ec --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Nikola-Site + +To install Nikola on other computers: + +```` +virtualenv venv -p `which python3.5` +source venv/bin/activate +pip install 'Nikola[extras]' +```` + +Navigate to the folder with this repo. To start the site: +```` +nikola build +nikola serve -b +````