diff --git a/README.md b/README.md index 38b3329..4723e52 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,6 @@ down ZNC's startup with a few seconds. ## Building It Yourself 1. Install Docker (http://docker.io/). -2. Checkout source: `git clone https://github.com/jimeh/docker-znc.git` +2. Checkout source: `git clone https://github.com/jimeh/docker-znc.git && cd docker-znc` 3. Build container: `sudo docker build -t $(whoami)/znc .` 4. Run container: `sudo docker run -v /home/$(whoami)/.znc:/znc-data $(whoami)/znc`