aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2016-09-01 17:13:03 -0600
committerGitHub <noreply@github.com>2016-09-01 17:13:03 -0600
commit7cfc1e88685fa4973d3e0020312c00615ef191a9 (patch)
tree8649ecbe5f812f30b87068a82a2605b5b038ab2c /README.md
parent2e460acb06d05b6fa907625c3742535566f343dd (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 161e4bb..a3754ae 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ I like to dockerize all my tools so I am making this repo to dockerize Neovim.
The first step is to build the the docker image.
I call mine thornycrackers/neovim so you will have to change that accordingly for the following steps
```
-$ docker build -t=thornycrackers/neovim .
+$ make build
```
# Step 2: Run the image