README.md in imap-backup-2.1.1 vs README.md in imap-backup-2.2.0

- old
+ new

@@ -202,16 +202,20 @@ Integration tests (feature specs) are run against a Docker image (antespi/docker-imap-devel:latest). In one shell, run the Docker image: -``` -docker run \ +```sh +$ docker run \ --env MAIL_ADDRESS=address@example.org \ --env MAIL_PASS=pass \ --env MAILNAME=example.org \ --publish 8993:993 \ antespi/docker-imap-devel:latest +``` + +```sh +$ rake ``` To exclude Docker-based tests: ```sh