Skip to content

Commit c76bd1f

Browse files
committed
Adding installation note for Windows machines.
1 parent 557ef6a commit c76bd1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ git clone https://github.com/chakki-works/doccano.git
8181
cd doccano
8282
```
8383

84+
_Note for Windows developers: Be sure to configure git to correctly handle line endings or you may encounter `status code 127` errors while running the services in future steps. Running with the git config options below will ensure your git directory correctly handles line endings._
85+
86+
```bash
87+
git clone https://github.com/chakki-works/doccano.git --config core.autocrlf=input
88+
```
89+
8490
To install doccano, there are three options:
8591

8692
#### Option 1: Pull the production Docker image

0 commit comments

Comments
 (0)