diff --git a/README.md b/README.md index d44df93..9cb8eb6 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ when you run the below commands, simply use sudo. This is a [known issue](https: This repo contains a recipe for making a [Docker](http://docker.io) container for Wordpress, using Linux, Apache and MySQL. To build, make sure you have Docker [installed](http://www.docker.io/gettingstarted/), clone this repo somewhere, and then run: ``` -docker build -rm -t /wordpress . +docker build --rm -t /wordpress . ``` Or, alternately, build DIRECTLY from the github repo like some sort of AMAZING FUTURO JULES-VERNESQUE SEA EXPLORER: ``` -docker build -rm -t /wordpress git://github.com/jbfink/docker-wordpress.git +docker build --rm -t /wordpress git://github.com/jbfink/docker-wordpress.git ``` Then run it, specifying your desired ports! Woo!