Skip to content

Commit f707e13

Browse files
authored
Update README.md
Make the example session more explicit about running in the correct location by forcing a re-clone of the source repository rather than assuming a directory layout.
1 parent a373a23 commit f707e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ This project requires the latest Swift snapshot (November 08, 2020 or newer). Yo
2222
The following example session shows how to build with CMake 3.16 or newer.
2323

2424
```cmd
25+
git clone git://github.com/compnerd/swift-win32
26+
cd swift-win32
2527
cmake -B build -D BUILD_SHARED_LIBS=YES -D CMAKE_BUILD_TYPE=Release -D CMAKE_Swift_FLAGS="-sdk %SDKROOT%" -G Ninja -S .
2628
ninja -C build SwiftWin32 UICatalog
2729

0 commit comments

Comments
 (0)