From 7a1a94770e6faa6e0aed9ed9652551ec7211f13f Mon Sep 17 00:00:00 2001 From: Paul Scharnofske Date: Wed, 25 Mar 2020 18:34:39 +0100 Subject: [PATCH] Add instructions on how to install the default configuration on Windows. --- docs/development.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/development.md b/docs/development.md index 602faa6..6dd73c8 100644 --- a/docs/development.md +++ b/docs/development.md @@ -18,6 +18,9 @@ If you want to install all files automatically, you can use: rsync -a ./docs/defaults/ ./ ~~~ +On Windows you can do this in the file explorer, just select all files in +`/docs/defaults` and drag them into the root folder. + ## Running the Tests You can run the tests by running `dotnet test` in the root directory.