readme: mention newlines and cloning on Windows

pull/3121/head
Conduitry 5 years ago
parent 4632ad696b
commit 7bc2ea811b

@ -41,6 +41,11 @@ cd svelte
npm install
```
> Many tests depend on newlines being preserved as `<LF>`. On Windows, you can ensure this by cloning with:
> ```bash
> git -c core.autocrlf=false clone https://github.com/sveltejs/svelte.git
> ```
To build the compiler, and all the other modules included in the package:
```bash

Loading…
Cancel
Save