Skip to content

Commit 9a3279c

Browse files
committed
Update Readme.md
1 parent 7c9d859 commit 9a3279c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Readme.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ In all scenarios the OpenKaarten Geodata plugin needs to have the following inst
2525
* [OpenPub Base](https://github.com/OpenWebconcept/plugin-openpub-base/)
2626
* [CMB2](https://wordpress.org/plugins/cmb2/)
2727
* [OpenKaarten Geodata](https://github.com/OpenWebconcept/plugin-openkaarten-geodata-for-posts)
28+
29+
Furthermore, the OpenKaarten Base plugin needs a package with base functions to be installed. This package can be installed via composer (see instructions further on) and is called:
30+
2831
* [OpenKaarten Base Functions](https://github.com/OpenWebconcept/package-owc-openkaarten-functions/)
2932

3033
With this installed you can use the OpenKaarten Geodata plugin in your WordPress website.
@@ -46,11 +49,13 @@ At this point manual installation is not supported, because of composer dependen
4649

4750
### Composer installation
4851

49-
1. `composer source git@github.com:OpenWebconcept/plugin-openkaarten-geodata-for-posts.git`
50-
2. `composer require acato/openkaarten-geodata-for-posts`
51-
3. `cd /wp-content/plugins/openkaarten-geodata-for-posts`
52-
4. `npm install && npm run build`
53-
5. Activate the OpenKaarten Geodata Plugin through the 'Plugins' menu in WordPress.
52+
1. `composer source git@github.com:OpenWebconcept/package-owc-openkaarten-functions.git`
53+
2. `composer require acato/openkaarten-base-functions`
54+
3. `composer source git@github.com:OpenWebconcept/plugin-openkaarten-geodata-for-posts.git`
55+
4. `composer require acato/openkaarten-geodata-for-posts`
56+
5. `cd /wp-content/plugins/openkaarten-geodata-for-posts`
57+
6. `npm install && npm run build`
58+
7. Activate the OpenKaarten Geodata Plugin through the 'Plugins' menu in WordPress.
5459

5560
## Usage
5661

0 commit comments

Comments
 (0)