summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-09 11:57:12 -0600
committermo khan <mo.khan@gmail.com>2020-03-09 11:57:12 -0600
commit297f9a520ce97c6f3247d745d19e01aff8d2183a (patch)
tree9cc1fee8a3d5245406af607730d6412cffb574d0 /README.md
parentf35923bcf54fe1380644df45631fe3c24fafc9f9 (diff)
Add additional notes to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8d425ad..a79546b 100644
--- a/README.md
+++ b/README.md
@@ -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