Skip to content

Commit eeda69f

Browse files
authored
Merge pull request #6 from sat-mtl/bolducmanuel-patch-1
fixed typo
2 parents 692eb73 + 32c13c7 commit eeda69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Note : if you want the OrbbecPointCloud object to work from the editor, you will
1313

1414
### linux
1515
```
16-
git submodule --recursive --init
16+
git submodule update --recursive --init
1717
./build.sh # BUILD_RELEASE=1 ./build.sh for release build
1818
```
1919

2020
Note: if you have already built a release version, you will have to delete your the build folder to do a debug build.
2121

2222
### windows
2323
```
24-
git submodule --recursive --init
24+
git submodule update --recursive --init
2525
```
2626

2727
and then, in an admin cmd/powershell prompt

0 commit comments

Comments
 (0)