From efb0e3d7114bbb4f647cfbfdc97fc5900da096b5 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Wed, 11 Oct 2017 01:50:11 +0200 Subject: [PATCH] Add submodule and Windows info to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d584d31..c631a13 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,17 @@ May contain blackjack and other things one tends to include in awesome projects. ## Installation + git clone --recursive https://github.com/Programvareverkstedet/nettsiden.git + Put it in a folder your webserver can find. ## Development setup -Make sure you have PHP installed, and the pdo-sqlite module. +Make sure you have sqlite3 and PHP installed, with pdo-sqlite module. These can be obtained from your package manager. ./dev.sh + +or on Windows, if you have PHP and sqlite3 available in path: + + dev.bat