Updated README
This commit is contained in:
commit
cd1b0c43b0
|
@ -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
|
||||
````
|
Loading…
Reference in New Issue