Update Makefile
This commit is contained in:
parent
39e6ea395d
commit
0a1f47bc13
1 changed files with 5 additions and 2 deletions
7
Makefile
7
Makefile
|
@ -1,6 +1,9 @@
|
||||||
|
#
|
||||||
|
# we assume you already cloned epub
|
||||||
|
#
|
||||||
quickstart:
|
quickstart:
|
||||||
git clone https://github.com/weitblick/epub.git
|
# git clone https://github.com/weitblick/epub.git
|
||||||
cd epub
|
# cd epub
|
||||||
cd exampleSite
|
cd exampleSite
|
||||||
mkdir themes
|
mkdir themes
|
||||||
cd themes
|
cd themes
|
||||||
|
|
Loading…
Reference in a new issue