diff --git a/README.md b/README.md index 1c0b256..fb5354d 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,11 @@ As an example, we illustrate how to use a "medium-size" dataset containing 20,26

3. Recreate the containers: - * Navigate to the parent directory (matcher/), and execute the following command: + * Navigate to the parent directory (matcher/), and execute the following commands (note that using the --volumes flag deletes your previous matcher DB data): ``` +docker-compose down --volumes && \ +docker-compose build && \ docker-compose up --force-recreate ```