change the way to clone git rep for Window with docker
This commit is contained in:
parent
dffb27326e
commit
ba23f58ff3
@ -115,12 +115,12 @@ 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
|
Linux/Mac/Windows with WSL
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/freqtrade/freqtrade.git
|
git clone https://github.com/freqtrade/freqtrade.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Windows (docker or WSL)
|
Windows with docker
|
||||||
```bash
|
```bash
|
||||||
git clone --config core.autocrlf=input https://github.com/freqtrade/freqtrade.git
|
git clone --config core.autocrlf=input https://github.com/freqtrade/freqtrade.git
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user