浏览代码

Update README.md

Matt Coles 10 年之前
父节点
当前提交
3b33355c5f
共有 1 个文件被更改,包括 5 次插入0 次删除
  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