diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-09 11:57:12 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-09 11:57:12 -0600 |
| commit | 297f9a520ce97c6f3247d745d19e01aff8d2183a (patch) | |
| tree | 9cc1fee8a3d5245406af607730d6412cffb574d0 /README.md | |
| parent | f35923bcf54fe1380644df45631fe3c24fafc9f9 (diff) | |
Add additional notes to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -44,7 +44,7 @@ You can run the tests using the following command: ./bin/test ``` -It is must more efficient to run the tests from inside the docker container. This can be +It is much more efficient to run the tests from inside the docker container. This can be accomplished by following these steps: ```sh @@ -64,6 +64,10 @@ enable_dev_mode bundle open license_finder ``` +The `docker-shell` script will mount the current project as a volume into `/opt/license-management`. +This allows you edit code from your host machine using your preferred editor and +see the affects of those changes from within the running docker container. + ### Updating the SPDX index We will need to periodically update the SPDX index. This can be achieved with |
