From 6ba6f205bbad9c0a926c965b00a497dfd53b66f0 Mon Sep 17 00:00:00 2001 From: lucianito20012000 Date: Sat, 30 May 2015 15:29:02 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 320bc2d..5f5cb56 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,15 @@ $ vendor/bin/robo test:acceptance ``` -For Windows: +##For Windows: + +You need to install: +- Git for windows (https://msysgit.github.io/) +- GitHub for windows (https://windows.github.com/) +- Curl for windows if necesssary. + +Note: For commands line is better if you use the 'Git shell' program. + Create a symbolic link from your tests\joomla-cms3 to a subfolder of your web server. For example, I'm creating a link between the tests folder of my weblinks folder and the tests folder of my web server: mklink /J C:\wamp\www\tests\joomla-cms3 C:\Users\Nicolas\Documents\GitHub\weblinks\tests\joomla-cms3