Added install instructions

This commit is contained in:
Jeremiah Billmann
2013-08-01 17:42:10 -04:00
parent f62ad7b22f
commit 60b3837090
+9
View File
@@ -9,6 +9,15 @@ A simple, lightweight, HTML multiplayer game server (and client) for Node.js
- Server State History
- Server and Client Messaging
## Install
### Server
`npm install garageserver.io'
### Client
Copy the [GarageServer.IO JavaScript Client](https://github.com/jbillmann/GarageServer.IO/blob/master/client/garageserver.io.js) locally.
## Quick Start