Skip to content

Commit 7bc2ea8

Browse files
committed
readme: mention newlines and cloning on Windows
1 parent 4632ad6 commit 7bc2ea8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ cd svelte
4141
npm install
4242
```
4343

44+
> Many tests depend on newlines being preserved as `<LF>`. On Windows, you can ensure this by cloning with:
45+
> ```bash
46+
> git -c core.autocrlf=false clone https://github.com/sveltejs/svelte.git
47+
> ```
48+
4449
To build the compiler, and all the other modules included in the package:
4550
4651
```bash

0 commit comments

Comments
 (0)