Skip to content

Commit 3c6991e

Browse files
mhegazycompnerd
authored andcommitted
Update docs
1 parent 83c3573 commit 3c6991e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/WindowsQuickStart.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,17 @@ set PYTHONUTF8=1
104104

105105
Subsequently, you can update all the repositories using `"%ProgramFiles(x86)%\Microsoft Visual Studio\Shared\Python39_64\python.exe" S:\Applications\repo sync`.
106106

107-
If you wish to sync to a point that is known to build successfull, you can use the smart sync option:
107+
If you wish to sync to a point that is known to build successfully, you can use the smart sync option:
108108

109109
```
110110
"%ProgramFiles(x86)%\Microsoft Visual Studio\Shared\Python39_64\python.exe" S:\Applications\repo sync -s
111111
```
112112

113+
You may also sync to specific toolchain versions by providing `repo` with the corresponding manifest file. Download `swift-build/stable.xml` at some revision, then sync with
114+
```
115+
"%ProgramFiles(x86)%\Microsoft Visual Studio\Shared\Python39_64\python.exe" S:\Applications\repo sync -m path\to\stable.xml
116+
```
117+
113118
> [!NOTE]
114119
> The first clone will fail if you do not have git-lfs. The failure is due to the inability to checkout the ICU data which is stored using LFS, but is not fatal in practice.
115120

0 commit comments

Comments
 (0)