summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a79546b..11e62ec 100644
--- a/README.md
+++ b/README.md
@@ -38,16 +38,16 @@ You can then run License Management on some target directory:
docker run --rm --volume "/path/to/my/project":/code license-management analyze /code
```
-You can run the tests using the following command:
+You can run the tests from your host machine using the following command:
```sh
./bin/test
```
-It is much more efficient to run the tests from inside the docker container. This can be
-accomplished by following these steps:
+It is much more efficient to run the tests from inside the docker container:
```sh
+./bin/docker-build
./bin/docker-shell
cd /opt/license-management/
./bin/test