Skip to content

Commit

Permalink
Document git's autocrlf for WSL2
Browse files Browse the repository at this point in the history
	closes #175
  • Loading branch information
jpmens committed Mar 20, 2022
1 parent eefaf71 commit 939ec66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ Thanks to [Roger Light](https://twitter.com/ralight/status/1166023769623867398),
scoop install jo
```

### Windows WSL2

As shown in [#175](https://github.com/jpmens/jo/issues/175) when using _git_ on Windows WSL2 it should be necessary to disable automatic CRLF conversion in _git_ or the tests will fail:

```cmd
git config --local core.autocrlf false
```

## Others

* [voidlinux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/jo)
Expand Down

0 comments on commit 939ec66

Please sign in to comment.