mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
Merge pull request #31 from anyproto/30-guide-improve-run-on-windows-may-have-issue-which-bacause-auto-convert-lf-to-crlf-by-git
README.md added cmd for fix CRLF
This commit is contained in:
commit
8c63699dbd
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ Self-host for any-sync, designed for personal usage or for review and testing pu
|
||||||
```
|
```
|
||||||
For Windows (Run this in PowerShell, not cmd.exe):
|
For Windows (Run this in PowerShell, not cmd.exe):
|
||||||
```
|
```
|
||||||
|
# Disable auto convert LF to CRLF
|
||||||
|
git config --global core.autocrlf false
|
||||||
|
|
||||||
# Generate config
|
# Generate config
|
||||||
docker build -t generateconfig -f Dockerfile-generateconfig .
|
docker build -t generateconfig -f Dockerfile-generateconfig .
|
||||||
docker run --rm -v ${PWD}/etc:/opt/processing/etc --name any-sync-generator generateconfig
|
docker run --rm -v ${PWD}/etc:/opt/processing/etc --name any-sync-generator generateconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue