diff --git a/README.md b/README.md index 55eeac9b..084cf2f2 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,17 @@ method and Items property static if you like, we'll cover for you). Just for clarification, an item can never have its Quality increase above 50, however "Sulfuras" is a legendary item and as such its -Quality is 80 and it never alters. \ No newline at end of file +Quality is 80 and it never alters. + +##Getting Started + +Clone the repository. Run build.bat from Powershell. If you see +output similar to the following screenshot, you are ready to +start refactoring. + +![alt text](images/build_output.png "Good Build Output") + +##Who, What, Why? +Who: [@TerryHughes](https://twitter.com/TerryHughes), [@NotMyself](https://twitter.com/NotMyself) + +What & Why: [Refactor This: The Gilded Rose Kata](http://iamnotmyself.com/2011/02/13/refactor-this-the-gilded-rose-kata/) \ No newline at end of file diff --git a/images/build_output.png b/images/build_output.png new file mode 100644 index 00000000..ab0609b2 Binary files /dev/null and b/images/build_output.png differ