Update README.md

This commit is contained in:
Marcin Gębala 2020-02-03 12:53:51 +01:00 committed by GitHub
parent 9fe2a5c708
commit 6cc4c48e2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,12 @@ Clone the repository:
$ git clone https://github.com/mirumee/saleor-dashboard.git $ git clone https://github.com/mirumee/saleor-dashboard.git
``` ```
Enter the project directory:
```
$ cd saleor-dashboard
```
#### Using stable release #### Using stable release
To use the official stable release, checkout to a release tag: 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 $ git checkout master
``` ```
Enter the project directory:
```
$ cd saleor-dashboard
```
Install NPM dependencies: Install NPM dependencies:
``` ```