Browse Source

Update README.md

Matt Coles 10 years ago
parent
commit
3b33355c5f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -1,3 +1,8 @@
1 1
 # ip-project-server
2 2
 Server for Integrated Project, powered by Express.js and Redis
3 3
 
4
+To run, first start Redis.
5
+    redis-server
6
+
7
+Then start the Express framework using:
8
+    node index.js