diff options
-rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +Dinky sassy pocketbook +====================== + + +Preparations +------------ + + 1) Use the stable release (Stretch) of Debian <http://www.debian.org/> + 2) Install needed tools: + + sudo apt install git sassc + + +Use +--- + +Create the website: + + git clone git://source.couchdesign.dk/layout-dinky + cd layout-dinky + make + +Website is then located in the root directory. + + + -- Jonas Smedegaard <dr@jones.dk>, 2017-09-16 |