From b88a21ff54f93b193c178fd29af03109118eb220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Thu, 30 Jul 2015 14:25:14 +0200 Subject: [PATCH] Delete windows install guide --- docs/windows-install.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 docs/windows-install.md diff --git a/docs/windows-install.md b/docs/windows-install.md deleted file mode 100644 index 156f22e..0000000 --- a/docs/windows-install.md +++ /dev/null @@ -1,13 +0,0 @@ -# Windows Install Guide # -## Requirements ## - -```bash -* chocolatey [website](http://chocolatey.org) -``` - -##Preperation ## -First you install some dependencies - -```bash -PS: choco install cmake make nmake -```