readme: mention newlines and cloning on Windows

pull/7738/head
Conduitry 6 years ago
parent 7de76027cb
commit 8f7173c904

@ -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