From 33f3bd1963f2a6255094edb45787376cc478eaec Mon Sep 17 00:00:00 2001 From: Adam Leeper Date: Sun, 25 May 2014 17:40:53 -0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c45d8..89000b4 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,13 @@ rotation-representations An angular.js experiment in calculating rotation representations ## Getting Started -Run `grunt serve` to start the project locally. + +Clone repo and install dependencies: +``` +git clone https://github.com/mattsjohnston/rotation-representations.git +cd rotation-representations +npm install +bower update +``` + +Then run `grunt serve` to start the project locally.