Skip to content

Commit

Permalink
Add gitsubmodules section to the README (#1893)
Browse files Browse the repository at this point in the history
@blackwinter suggested to use gitsubmodules to easily be in sync
with our repos containing lookup tables.
  • Loading branch information
dr0i committed Sep 25, 2023
1 parent d18b267 commit f2d206c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ If you've added and commited everything, check again if all is ok:

This should result in *BUILD SUCCESS*. Push your changes. You're done :)

h2. Tables as gitsubmodules
The lookup tables are provided through gitsubmodules. To make a @git pull@ also
update these tables you can e.g. do @git config --local submodule.recurse true@.

h2. Propagate the context.json to lobid-resources-web

The generated _context.jsonld_ is automatically written to the proper directory
Expand Down

0 comments on commit f2d206c

Please sign in to comment.