From 697f105a275dab12b3cc0200a25b067d1f263e8c Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Thu, 16 Apr 2015 22:37:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d2c8b..de59f0e 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A docker container for developing mean stack applications 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. +Build the container with `docker build -t 'adamarthurryan/mean' .`. 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: