Skip to content

Commit

Permalink
docs: update WindowsQuickStart.md for new GFM
Browse files Browse the repository at this point in the history
Use the new alerts extension in the GitHub flavoured markdown.  This is
purely an aesthetic change.
  • Loading branch information
compnerd authored and hyp committed Dec 20, 2023
1 parent 02ab94e commit 8b8189e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/WindowsQuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ If you wish to sync to a point that is known to build successfull, you can use t
"%ProgramFiles(x86)%\Microsoft Visual Studio\Shared\Python39_64\python.exe" S:\Applications\repo sync -s
```

> **NOTE:** 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.
> [!NOTE]
> 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.
## Building

Expand All @@ -118,8 +119,8 @@ the locally built toolchain without installing with the distribution packaging,
you will need to manually configure the enviornment everytime you wish to use
the toolchain.

> **NOTE:** DO NOT add this to your environment by default. The normal
> toolchain build will not function properly with the environment configuration.
> [!CAUTION]
> **DO NOT** add this to your environment by default. The normal toolchain build will not function properly with the environment configuration.
```cmd
set SDKROOT=S:\Program Files\Swift\Platforms\Windows.platform\Developer\SDKs\Windows.sdk
Expand Down

0 comments on commit 8b8189e

Please sign in to comment.