From 40ed2073b279c2119312b616475ab7a9b094899b Mon Sep 17 00:00:00 2001
From: ArmandBahi <armand.bahi@veremes.com>
Date: Tue, 23 Oct 2018 17:07:48 +0200
Subject: [PATCH] Add windows install doc on README.md

---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index a89ad44a..1791039d 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
 # GTF
 
-## Install dev version (linux)
+## Install dev version
 
 To install the dev version of this project run the following steps:
 
 - Install the app via the VAI setup on var/www/[app name]
-- Run `sudo apt-get install libxml2-utils`
-- Clone this repo on var/wwww/[app name]\_dev
-- Run install.sh and give the var/www/[app name] path when asked to build your tree structure
-- Now you have the correct versioned tree structure, rename var/www/[app name] as var/www/[app name]\_vai and var/www/[app name]\_dev as var/www/[app name]
-- Run `git pull` and `git push` to update/post the project and his dependencies
+- Rename var/www/[app name] by var/www/[app name]\_vai
+- Clone this repo on var/wwww/[app name]
+- Run install.sh (linux) or install.bat (windows) and give the var/www/[app name]\_vai path when asked
+- Now you have the correct versioned tree structure, and your app should run
+- Linux : run `git pull` and `git push` to update/post the project and his dependencies
+- Windows : run update.bat to update the app
-- 
GitLab