Quellcode durchsuchen

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

MANAS YADAV vor 5 Jahren
Ursprung
Commit
a4e3ee1289
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  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
 ### 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
 DB=<mysql|postgres|sqlite> yarn dev-server:start
 ```
 ```
-
 If you do not specify the `DB` argument, it will default to "mysql".
 If you do not specify the `DB` argument, it will default to "mysql".
 
 
 ### 6. Launch the admin ui
 ### 6. Launch the admin ui