From 6cc4c48e2c0e568adbb99d5cefa43bf6fe7b509b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= <5421321+maarcingebala@users.noreply.github.com> Date: Mon, 3 Feb 2020 12:53:51 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ea868b063..897ec3788 100644 --- a/README.md +++ b/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: ```