Skip to content

Commit 0b4434a

Browse files
authored
Update README.md (#248)
Added second argument to docker build command. Added instruction to change directory into repo before building.
1 parent 0d45279 commit 0b4434a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ bash scripts/install_docker.sh
155155
```
156156
4. Build the Dockerfile:
157157
```bash
158-
docker build -t avatarify
158+
cd avatarify
159+
docker build -t avatarify .
159160
```
160161
## Setup avatars
161162
Avatarify comes with a standard set of avatars of famous people, but you can extend this set simply copying your avatars into `avatars` folder.

0 commit comments

Comments
 (0)