Skip to content

Commit ade2853

Browse files
authored
Update readme (#332)
1 parent 071d44f commit ade2853

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are the following unit test flavors:
4343

4444
Build using Make on Linux/MacOS/MinGW/WSL2:
4545
```bash
46-
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge
46+
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge.git
4747
cd LuaBridge
4848
cmake -DCMAKE_BUILD_TYPE=Debug -B build
4949
# or cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -B build
@@ -53,15 +53,15 @@ cmake --build build
5353

5454
Generate XCode project on MacOS:
5555
```bash
56-
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge
56+
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge.git
5757
cd LuaBridge
5858
cmake -G Xcode -B build
5959
# Generates XCode project build/LuaBridge.xcodeproj
6060
```
6161

6262
Generate MSVS solution on Windows:
6363
```bash
64-
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge
64+
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge.git
6565
cd LuaBridge
6666
mkdir build
6767
cd build

0 commit comments

Comments
 (0)