diff --git a/README.md b/README.md index 78c1f5a..45f04b9 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ __Make sure you already installed [docker](https://www.docker.com)__ __If you already had a backup file `cards.db`. Run following command:__ *Note: We don't need to rebuild image, just delete old container if you already built.* -`docker run -d -p 8000:8000 --name cs-flash-cards -v ::/src/db cs-flash-cards`. +`docker run -d -p 8000:8000 --name cs-flash-cards -v :/src/db cs-flash-cards`. ``: is the full path contains `cards.db`. Example: `/home/tinpee/cs-flash-cards/db`, and `cards.db` is inside this folder.