From 0b4434a40f277bd53c95474ee3fb1ea6ad65cf4d Mon Sep 17 00:00:00 2001 From: josharmour Date: Fri, 24 Jul 2020 04:53:21 -0700 Subject: [PATCH] Update README.md (#248) Added second argument to docker build command. Added instruction to change directory into repo before building. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aee7e876a..a7c1b45b9 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,8 @@ bash scripts/install_docker.sh ``` 4. Build the Dockerfile: ```bash -docker build -t avatarify +cd avatarify +docker build -t avatarify . ``` ## Setup avatars Avatarify comes with a standard set of avatars of famous people, but you can extend this set simply copying your avatars into `avatars` folder.