Browse Source

Merge cb06422e8f into 23d23c3c04

pull/2410/merge
SteffRhes 3 months ago
committed by GitHub
parent
commit
456892bb27
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions
  1. 3
      .gitattributes
  2. 6
      README.md

3
.gitattributes

@ -0,0 +1,3 @@
# Force LF for all shell scripts (because windows git might autoconvert LF to CRLF)
*.sh text eol=lf

6
README.md

@ -115,12 +115,6 @@ git clone https://github.com/doccano/doccano.git
cd doccano
```
_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.
```bash
git clone https://github.com/doccano/doccano.git --config core.autocrlf=input
```
Then, create an `.env` file with variables in the following format (see [./docker/.env.example](https://github.com/doccano/doccano/blob/master/docker/.env.example)):
```plain

Loading…
Cancel
Save