Skip to content

Commit

Permalink
fix README.md, so line can be copied from markdown preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstokkink committed Jan 9, 2025
1 parent d08cdbc commit feffe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ In order to develop a new metaschema version locally and run structural and sema
4) generate-index > datasets/index.json

*Point the references in the dataset that we will use for development to the devserver*
5) sed -i 's/https:\/\/schemas\.data\.amsterdam\.nl/http:\/\/localhost:8000/g' datasets/<some-dataset>/{,**/}*.json
5) ```sed -i 's/https:\/\/schemas\.data\.amsterdam\.nl/http:\/\/localhost:8000/g' datasets/<some-dataset>/{,**/}*.json```

*Start an nginx server with the source mounted and which rewrites URIs so*
*that it supports the URL structure expected by the schema references.*
Expand Down

0 comments on commit feffe35

Please sign in to comment.