From 68cdbe4cc7b163a741d60f1cff5db9cfebf6096d Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Sun, 15 Feb 2015 16:20:48 -0500 Subject: [PATCH] fix readme formatting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e049159..a2d2c8b 100755 --- a/README.md +++ b/README.md @@ -8,11 +8,14 @@ Usage Build the container with `docker build -t 'tag name' .`. Install the `mean` and `start-mongodb` to `~/bin` or some other location in the path. To run commands from the container, use `mean `. For example, to install a new npm package globally: + mean npm install -g generator-polymer Or to create a yeoman scaffolding in the current folder: + mean yo polymer Some default npm and gem packages are specified in `default-packages.sh`. They can be installed with: + mean bash default-packages.sh