diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-09-16 22:48:16 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-09-16 22:48:47 +0200 |
commit | d7400f129cfa70ddcdb23c8b193dec61bd23ac57 (patch) | |
tree | 4aade68f1206c8c71dcceb13d86a7df5eec4f90a | |
parent | 0b18b3056030c5571e0223c1c91f6538b97eacfa (diff) |
Add README.
-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 |