Skip to content

Commit 81df3f9

Browse files
author
Sebastian Friedl
committed
fix QuickStart so git clone so git clone includes submodules
1 parent ceb79f7 commit 81df3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ https://github.com/Pro/opcua-modeling-tutorial/
1111
Currently this is tested on Linux, but should also work on other platforms.
1212

1313
1. Install open62541 as mentioned here: https://open62541.org/doc/current/installing.html
14-
1. Clone this repo: `git clone https://github.com/Pro/opcua-modeling-tutorial-server`
14+
1. Clone this repo: `git clone --recurse-submodules https://github.com/Pro/opcua-modeling-tutorial-server`
1515
1. `cd opcua-modeling-tutorial-server && mkdir build && cd build`
1616
1. `cmake ..`
1717
1. `make -j`

0 commit comments

Comments
 (0)