use HTTPS git URL in README.md (#347)

This commit is contained in:
Robert Moggach 2018-01-09 04:31:59 -08:00 committed by Michael Egger
parent bbcf6943ce
commit 9840e0b5b8

View File

@ -28,7 +28,7 @@ using the Dockerfile in this repo.
### 1. Prepare the bot
1. Clone the git
```bash
git clone git@github.com:gcarq/freqtrade.git
git clone https://github.com/gcarq/freqtrade.git
```
2. (Optional) Checkout the develop branch
```bash
@ -188,7 +188,7 @@ export PATH=<path_freqtrade>/env/mongodb/bin:$PATH
## 3. Clone the repo
The following steps are made for Linux/mac environment
1. Clone the git `git clone git@github.com:gcarq/freqtrade.git`
1. Clone the git `git clone https://github.com/gcarq/freqtrade.git`
2. (Optional) Checkout the develop branch `git checkout develop`
## 4. Prepare the bot