summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 930c23b..b3a1789 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ You can run the tests from inside a docker container:
```sh
$ ./bin/docker-build
$ ./bin/docker-shell
-$ cd /opt/license-management/
+$ ./bin/setup
$ ./bin/test
```
@@ -54,12 +54,11 @@ following these steps:
```sh
$ ./bin/docker-build
$ ./bin/docker-shell
-$ cd /opt/license-management/
$ enable_dev_mode
$ bundle open license_finder
```
-The `docker-shell` script will mount the current project as a volume into `/opt/license-management`.
+The `docker-shell` script will mount the current project as a volume into `/builds/gitlab-org/security-products/license-management`.
This allows you to edit code from your host machine using your preferred editor and
see the affect of those changes from within the running docker container.