Browse Source

docs(dev-server) : Updated server start command (#624)

MANAS YADAV 5 years ago
parent
commit
a4e3ee1289
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -72,10 +72,14 @@ Vendure uses [TypeORM](http://typeorm.io), and officially supports **MySQL**, **
 
 ### 5. Run the dev server
 
+```
+cd packages/dev-server
+DB=<mysql|postgres|sqlite> yarn start
+```
+Or if you are in the root package 
 ```
 DB=<mysql|postgres|sqlite> yarn dev-server:start
 ```
-
 If you do not specify the `DB` argument, it will default to "mysql".
 
 ### 6. Launch the admin ui