Skip to content

Commit 6cfa186

Browse files
committed
Document submodule update
Closes gh-30
1 parent 852920b commit 6cfa186

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.adoc

+9
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,12 @@ jobs:
145145

146146
The PR will only be created if there is no open PR for the same branch, even if there is a newer version of Antora UI Spring.
147147
For example, if there is an open PR to update from version `v0.4.11` to `v0.4.12` and `v0.4.13` is released, the workflow won't open a new PR for `v0.4.13` if the previous one is not closed.
148+
149+
== Development
150+
151+
After you clone you can use the following to initialize the submodules
152+
153+
[source,shell]
154+
----
155+
$ git submodule update --init
156+
----

0 commit comments

Comments
 (0)