Skip to content

Commit

Permalink
Update README.md (#248)
Browse files Browse the repository at this point in the history
Added second argument to docker build command.  Added instruction to change directory into repo before building.
  • Loading branch information
josharmour committed Jul 24, 2020
1 parent 0d45279 commit 0b4434a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 0b4434a

Please sign in to comment.