From d4f9e486a023c8ca22acc5f2771342e46d4d37a2 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 15 Jul 2015 00:15:04 +0300 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d4c567..6b7ea97d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ Redux DevTools ========================= -Haha. README coming. +Haha. README coming. Also not on NPM yet. + +In the meantime, you can do this: + +``` +git clone https://github.com/gaearon/redux-devtools.git +cd redux-devtools +npm install + +cd examples/counter +npm install +npm start +open http://localhost:3000 +``` + +For fun, you can also open `http://localhost:3000/?debug_session=123`, click around, and then refresh.