From 45cff7ee8a422d4506a6b4dd2d814f3f289ca0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Wed, 22 Jan 2020 15:51:33 +0100 Subject: [PATCH] Update installation guide --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 06c4488ed..13f58848d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,25 @@ Clone the repository: $ git clone https://github.com/mirumee/saleor-dashboard.git ``` +#### Using stable release + +To use the official stable release, checkout to a release tag: + +``` +$ git checkout v.2.0.0 +``` + +See the list of all releases here: https://github.com/mirumee/saleor-dashboard/releases/ + +#### Using development version + +If you want to use the latest development version, checkout to the `master` branch: + +``` +$ git checkout master +``` + + Enter the project directory: ```