Update installation guide

This commit is contained in:
Marcin Gębala 2020-01-22 15:51:33 +01:00
parent 4633714dcb
commit 45cff7ee8a

View file

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