Skip to content

Commit 9cde152

Browse files
authored
[SYCL][Doc] Update source checkout instructions for Windows (#2810)
Align with LLVM's Getting Started document: https://llvm.org/docs/GettingStarted.html#checkout-llvm-from-git
1 parent 7313b2d commit 9cde152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ set DPCPP_HOME=%USERPROFILE%\sycl_workspace
6363
mkdir %DPCPP_HOME%
6464
cd %DPCPP_HOME%
6565
66-
git clone https://github.com/intel/llvm -b sycl
66+
git clone --config core.autocrlf=false https://github.com/intel/llvm -b sycl
6767
```
6868

6969
## Build DPC++ toolchain

0 commit comments

Comments
 (0)