summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-03-20 10:31:37 +0000
committerCan Eldem <celdem@gitlab.com>2020-03-20 10:31:37 +0000
commitd9ddfb4662dc3d9ba283e7832f6d1ec0e1451d25 (patch)
tree417c4a313b1d6428c1a43f38278d2c828a36b293 /README.md
parentdf97efaccfc0a5d4e3ef564e74c60987f65ff6fa (diff)
parent43fec0e1e3151371929139c4f67c43e7f81f1a80 (diff)
Merge branch 'java-maven-multimodules' into 'master'v3.1.2
Detect all licenses for maven multi-module projects. See merge request gitlab-org/security-products/license-management!123
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