Updated README

This commit is contained in:
Vicky Steeves 2016-08-15 12:42:09 -04:00 committed by GitHub
commit cd1b0c43b0
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -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
````