Browse Source

Merge pull request #8 from krzysiekpiasecki/patch-1

Fix shell command at README
pull/18/head
Aigars Silkalns 8 years ago
committed by GitHub
parent
commit
c1445a030d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -33,7 +33,7 @@ In order to run **Adminator** on your local machine all what you need to do is t
Start by typing the following commands in your terminal in order to get **Adminator** full package on your machine and starting a local development server with live reload feature.
```
> git clone https://github.com/puikinsh/Adminator-admin-dashboard.git
> git clone https://github.com/puikinsh/Adminator-admin-dashboard.git adminator
> cd adminator
> npm install
> npm run dev


Loading…
Cancel
Save