public git URL

This commit is contained in:
Rob Moggach 2018-01-08 20:27:41 -08:00
parent 3d13eb2dc2
commit 732281bca0
1 changed files with 21 additions and 21 deletions

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