diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:49:29 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:49:29 +0100 |
commit | 0b2358990103914f5f2c3f78713bee7e44bbbc02 (patch) | |
tree | fb6e4d12ef53f342bad8ecd7ae72c5dcd032075d | |
parent | fcb3776679da2dd80a8091f26962d6f874b1b346 (diff) |
Update README: Fix mention underlay git. Git-ignore underlay.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ */.sass-cache/ /build/ /content/ +/underlay/ /styling/ /forms/ /config/ikiwiki*.setup @@ -19,6 +19,7 @@ Create the website with the following commands as normal(!) user: git clone git://source.redpill.dk/support cd support git clone git://source.redpill.dk/support/content + git clone git://source.redpill.dk/support/underlay make init make -B |