diff --git a/src/server/README.md b/src/server/README.md index e5d55bc3ae012..dc908e609c263 100644 --- a/src/server/README.md +++ b/src/server/README.md @@ -48,6 +48,8 @@ Do the following to install and use ruby - `cd src/server` - `bundle` - `cd ../..` +- `npm install` +- `bower install` - `grunt dev` In the future, the last line will be all you need