Merge pull request #1567 from gaugau3000/patch-1
prevent convert LF->CRLF line ending on window
This commit is contained in:
commit
9e082ca3a9
@ -115,10 +115,16 @@ Once you have Docker installed, simply create the config file (e.g. `config.json
|
|||||||
|
|
||||||
**1.1. Clone the git repository**
|
**1.1. Clone the git repository**
|
||||||
|
|
||||||
|
Linux/Mac/Windows with WSL
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/freqtrade/freqtrade.git
|
git clone https://github.com/freqtrade/freqtrade.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Windows with docker
|
||||||
|
```bash
|
||||||
|
git clone --config core.autocrlf=input https://github.com/freqtrade/freqtrade.git
|
||||||
|
```
|
||||||
|
|
||||||
**1.2. (Optional) Checkout the develop branch**
|
**1.2. (Optional) Checkout the develop branch**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user