From a9ed96185fd672055f61f552d703a20ff24fcb10 Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Wed, 18 Jun 2014 09:40:48 +0100 Subject: [PATCH] Add troubleshooting section. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 853397df..e7e28a94 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ At present, we officially aim to support the following browsers: This is not to say that Web Starter Kit cannot be used in browsers older than those reflected, but merely that our focus will be on ensuring our layouts work great in the above. +## Troubleshooting + +If you find yourself running into issues during installation or running the tools, please check our [Troubleshooting](https://github.com/google/web-starter-kit) guide and then open an [issue](https://github.com/google/web-starter-kit/issues). We would be happy to discuss how they can be solved. + ## Inspiration Web Starter Kit is inspired by [Mobile HTML5 Boilerplate](http://html5boilerplate.com/mobile/) and Yeoman's [generator-gulp-webapp](https://github.com/yeoman/generator-gulp-webapp), having taken input from contributors to both projects during development.