diff --git a/json-chat-nodejs/README.md b/json-chat-nodejs/README.md index 1c83930..75ed037 100644 --- a/json-chat-nodejs/README.md +++ b/json-chat-nodejs/README.md @@ -29,3 +29,11 @@ Ender.JS Boilerplate: cd ~/http-chat-nodejs/public ender build jeesh querystring ahr2 + +Prep +=== + + rm -rf json-chat-nodejs/node_modules + rm -rf json-chat-nodejs/public/node_modules + rm -rf json-chat-nodejs/public/ender.* + tar czf json-chat.tar.gz json-chat-nodejs/ diff --git a/stack/README.md b/stack/README.md index 1f74fe6..fd789ee 100755 --- a/stack/README.md +++ b/stack/README.md @@ -21,7 +21,7 @@ The storage strategy may * make copies of the original elements * store pointers to the original elements -The implementation must pass the following test suite `queue-test.c` +The implementation must pass the following test suite `stack-test.c` tar xf stack.tar.gz -C ~/ cd ~/stack