Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix for the issue: openeuropa#70
  • Loading branch information
kimlop authored Aug 25, 2021
1 parent 9adfc3c commit cdf0d37
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ The update process needs to be split in three deployments, which will likely res
**First deployment**

1. **Before you update `rdf_skos` to `1.0.0-alpha1`**, require an empty version of the `drupal/sparql_entity_storage` module:

add the official module repository https://git.drupalcode.org/project/sparql_entity_storage.git to the composer.json, it will look like this:

```
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "git",
"url": "https://git.drupalcode.org/project/sparql_entity_storage.git"
}
],
```

after require the module with composer:

```
$ composer require drupal/sparql_entity_storage:dev-empty-module
```
Expand Down

0 comments on commit cdf0d37

Please sign in to comment.