From 633e48de842f4c0329f2108a554d5d2ab273944c Mon Sep 17 00:00:00 2001 From: Owen Reiss Date: Sun, 1 Dec 2013 23:55:55 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec79a7d173..80ff1d686c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Ionic is also not a good solution if you need to support older generation device ## Quick Start To start using ionic, you have two options: copy over the built JS and CSS files, or -use the `ionic` tool. +use the `ionic` tool ([ionic-cli](https://github.com/driftyco/ionic-cli)). The source files are in the `dist/` folder. You can just grab the `dist/js/ionic.js`, `dist/js/ionic-angular.js`, and `dist/ionic.css` files and you'll be good to go.