Bladeren bron

Readme update for windows auto cmd

Owen Diffey 8 jaren geleden
bovenliggende
commit
772c79fd8d
1 gewijzigde bestanden met toevoegingen van 11 en 7 verwijderingen
  1. 11 7
      README.md

+ 11 - 7
README.md

@@ -99,7 +99,7 @@ Now you have different paths here.
 
 ####Non-docker
 
-Steps 1-4 are things you only have to do once. The steps after that are steps you want to do when you want to start the site.
+Steps 1-4 are things you only have to do once. The steps to start servers follow.
 
 1. In the main folder, create a folder called `.database`
 
@@ -117,15 +117,19 @@ Steps 1-4 are things you only have to do once. The steps after that are steps yo
 
 	And again, make sure that the paths lead to the proper config and executable.
 
-**(Windows)**
-5.  If you are on Windows you can run `windows-start.cmd` or just double click the `windows-start.cmd` file and all servers will automatically start up.
+####Non-docker start servers
 
-**Linux (or manual Windows)**
-6. Run `startRedis.cmd` and `startMongo.cmd` to start Redis and Mongo.
+**Automatic**
 
-7. In a command prompt with the pwd of frontend, run `npm run development-watch`
+1.  If you are on Windows you can run `windows-start.cmd` or just double click the `windows-start.cmd` file and all servers will automatically start up.
 
-8. In a command prompt with the pwd of backend, run `nodemon`
+**Manual**
+
+1. Run `startRedis.cmd` and `startMongo.cmd` to start Redis and Mongo.
+
+2. In a command prompt with the pwd of frontend, run `npm run development-watch`
+
+3. In a command prompt with the pwd of backend, run `nodemon`
 
 ## Extra