Update installation guide
This commit is contained in:
parent
4633714dcb
commit
45cff7ee8a
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -29,6 +29,25 @@ Clone the repository:
|
||||||
$ git clone https://github.com/mirumee/saleor-dashboard.git
|
$ 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:
|
Enter the project directory:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue