Add mkdocs-bootstrap and mkdocs-bootswatch to the pip install command for initial setup of this repo.

This commit is contained in:
Michael Stenta 2018-12-05 11:12:15 -05:00
parent 1ac6f9b6f0
commit a61bfc89af
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ mkdocs and clone this repo:
$ brew install python # For OSX users
$ sudo apt-get install python-pip # For Debian/Ubuntu users
$ sudo pip install mkdocs
$ sudo pip install mkdocs mkdocs-bootstrap mkdocs-bootswatch
$ git clone https://github.com/farmOS/farmOS.org.git farmOS.org
$ cd farmOS.org
$ git remote add sandbox git@github.com:<username>/farmOS.org.git