Skip to content

Commit 7a80a68

Browse files
docs (readme): section Developing: note about example to be replaced
1 parent f7c672c commit 7a80a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-source.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ drwxr-xr-x 7 alex alex 4096 Feb 17 16:05 docker-ckan
9494
```
9595

9696
=== 2) Add a volume to `docker-compose.override.yaml`
97-
Now we want to replace the code of the extension included in the container with the checked-out code. To do this, we use a so-called "volume" which is specified in `docker-compose.override.yaml`:
97+
Now we want to replace the code of the extension included in the container with the checked-out code. To do this, we use a so-called "volume" which is specified in `docker-compose.override.yaml`. The part before the colon (`~/_dev/github.com/TIBHannover/ckanext-organization-group`) in the example must be replaced by the abosulte path in the local environment.
9898

9999
```
100100
services:

0 commit comments

Comments
 (0)