Skip to content

Commit

Permalink
Add IRBRC set to start command
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarbacz committed Aug 8, 2014
1 parent 731329c commit 8d1e48b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Install the dependencies with

npm install

To run the Websockets server that executes the game:
To run the Websockets server that executes the game with the project's IRB config:

node server.js
IRBRC=irb.rc node server.js

Changes to `server.js` require a restart. Simply `Ctrl+C` the
`node server.js` process and run it again.
`IRBRC=irb.rc node server.js` process and run it again.

To enable S3 uploads of game files (game code will never save unless you do),
you have to set your `AWS_ACCESS_KEY_ID` and your `AWS_SECRET_ACCESS_KEY`:
Expand Down

0 comments on commit 8d1e48b

Please sign in to comment.