diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
