Skip to content

Commit

Permalink
README: use release branch in submodule.
Browse files Browse the repository at this point in the history
This way development can still happen in the main branch, but users will
only use actual released versions.
  • Loading branch information
ericonr committed Nov 9, 2023
1 parent c47f8d4 commit 55a98f5
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 @@ -18,7 +18,7 @@ IOC repositories should include this repository as a submodule in their root,
as such:

```
$ git submodule add https://github.com/cnpem/epics-in-docker.git docker/
$ git submodule add -b release https://github.com/cnpem/epics-in-docker.git docker/
```

The build parameters should be defined in a `docker-compose.yml` file with the
Expand Down

0 comments on commit 55a98f5

Please sign in to comment.