Update README.md
This commit is contained in:
parent
9fe2a5c708
commit
6cc4c48e2c
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
@ -29,6 +29,12 @@ Clone the repository:
|
|||
$ git clone https://github.com/mirumee/saleor-dashboard.git
|
||||
```
|
||||
|
||||
Enter the project directory:
|
||||
|
||||
```
|
||||
$ cd saleor-dashboard
|
||||
```
|
||||
|
||||
#### Using stable release
|
||||
|
||||
To use the official stable release, checkout to a release tag:
|
||||
|
@ -47,13 +53,6 @@ If you want to use the latest development version, checkout to the `master` bran
|
|||
$ git checkout master
|
||||
```
|
||||
|
||||
|
||||
Enter the project directory:
|
||||
|
||||
```
|
||||
$ cd saleor-dashboard
|
||||
```
|
||||
|
||||
Install NPM dependencies:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue