Merge pull request #380 from mirumee/update-installation-guide

Update installation guide
This commit is contained in:
Marcin Gębala 2020-02-03 12:37:50 +01:00 committed by GitHub
commit 1bbf242a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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