commit cd1b0c43b0cca055ffe37a3e41f0c3e6e3183eb0 Author: Vicky Steeves Date: Mon Aug 15 12:42:09 2016 -0400 Updated README 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 +````