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: ```