From b0150d548a741153791fd1baf9e40394f75a38a1 Mon Sep 17 00:00:00 2001 From: Gautier Pialat Date: Fri, 8 Nov 2019 09:37:54 +0100 Subject: [PATCH 1/3] remove not use statement --- docs/installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 9180beb40..6edb28481 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -34,7 +34,6 @@ Freqtrade provides a Linux/MacOS script to install all dependencies and help you ```bash git clone git@github.com:freqtrade/freqtrade.git cd freqtrade -git checkout develop ./setup.sh --install ``` From 076ef0407b2057b6c8ad42c63e2ae9760d5ceb73 Mon Sep 17 00:00:00 2001 From: Gautier Pialat Date: Fri, 8 Nov 2019 09:39:06 +0100 Subject: [PATCH 2/3] git branch note explanation --- docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.md b/docs/installation.md index 6edb28481..d373c95d0 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -37,6 +37,7 @@ cd freqtrade ./setup.sh --install ``` + When cloning the repository the default working branch is name `develop`. This branch contains the last features (can be considered as relatively stable thanks to automated tests). The `master` branch contains the code of the last release (done once per month with a one week old snapshot of the `develop` branch to prevent packaging bugs so potentially more stable). !!! Note Windows installation is explained [here](#windows). From bc5c91f6815b20ae64f6b8e8a5e29abac1ab51f2 Mon Sep 17 00:00:00 2001 From: Gautier Pialat Date: Fri, 8 Nov 2019 10:29:00 +0100 Subject: [PATCH 3/3] add missing note block --- docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index d373c95d0..ce35572c4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -37,7 +37,9 @@ cd freqtrade ./setup.sh --install ``` +!!! Note "Version considerations" When cloning the repository the default working branch is name `develop`. This branch contains the last features (can be considered as relatively stable thanks to automated tests). The `master` branch contains the code of the last release (done once per month with a one week old snapshot of the `develop` branch to prevent packaging bugs so potentially more stable). + !!! Note Windows installation is explained [here](#windows).