From 939f1e1973270cf64fec1f89672f33406553b857 Mon Sep 17 00:00:00 2001 From: Steph Colen Date: Fri, 4 Mar 2016 11:44:55 -0500 Subject: [PATCH] Add link to install PHP on Windows --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8be4d8f..5feb8dd 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ A small repo to introduce developers to Git ## Resources * [Link to presentation that is not publicly available yet](www.google.com) +* [Install PHP on Windows](https://sourceforge.net/projects/wampserver/) ## How the F*** do I use this? * Did you read our resources? Check out the first one, it gives background on git and an explanation of the exercises to do with this repo. * To run the fruits of your labor locally: ** checkout this repo ** in the command line, navigate to its root directory -** run `php hackyScript.php` in the command line \ No newline at end of file +** run `php hackyScript.php` in the command line