aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <thornycrackers@users.noreply.github.com>2019-01-14 20:04:50 -0700
committerGitHub <noreply@github.com>2019-01-14 20:04:50 -0700
commitba7f334e519f80a9141287c3f4874517aa8ba67e (patch)
treeb914f1c4ebb2a1af6929687b5eb8cc76ac56406d
parent1403edd9d26ec8d19fd49eb59d55f9abf3c62558 (diff)
Update README.md
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index cb0cce6..3752fde 100644
--- a/README.md
+++ b/README.md
@@ -24,10 +24,13 @@ that includes a preset `docker-compose.yml` with a simple `Dockerfile` and a
`Makefile` that will automate controlling the container. The following commands
work out of the box.
-`make build` - Build your `docker_user/proj_name` image
-`make up` - Spin up your container and forwards port 8000 by default and mounts local file
-`make enter` - Open a bash terminal in the container
-`make down` - Stop the container
-`make clean` - Remove the stopped container
+```
+make build # Build your `docker_user/proj_name` image
+make up # Spin up your container and forwards port 8000 by default and mounts local file
+make enter # Open a bash terminal in the container
+make down # Stop the container
+make clean # Remove the stopped container
+```
+
[1]: https://github.com/audreyr/cookiecutter