Update README.md

This commit is contained in:
Adam Brown 2015-04-16 22:37:29 -04:00
parent a7d7f551a7
commit 697f105a27

View File

@ -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 <command>`. For example, to install a new npm package globally: