Skip to content

Commit

Permalink
Fix further copier calls in README
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Feb 14, 2024
1 parent a10b5d7 commit c0acb92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ In it define the variable `CMEMC_DOCKER_PARAMS="-v $PWD/cmemc.ini:/cmemc.ini --n
To get a development setup you need to checkout this `ontology-pipeline-template` repository and create a second repository with an ontology using the copier template.
To initialize your ontology repository with your build environment run.
```
copier --vcs-ref HEAD path/to/template/repository path/to/ontology/repository
copier copy --vcs-ref HEAD path/to/template/repository path/to/ontology/repository
```

To simply switch your ontology repository to the latest development state of this repository run

```
copier --vcs-ref main update
copier copy --vcs-ref main update
# or
copier --vcs-ref HEAD update
copier copy --vcs-ref HEAD update
```

To switch the remote template repository check out [Trouble shooting](#trouble-shooting) > [Migrate from a different template remote](#migrate-from-a-different-template-remote).
Expand Down

0 comments on commit c0acb92

Please sign in to comment.