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: