README.md in ernie-0.3.3 vs README.md in ernie-0.3.4
- old
+ new
@@ -21,16 +21,13 @@
Installation
------------
You must have Erlang installed before installing Ernie.
-From GitHub:
+ $ gem install ernie -s http://gemcutter.org
- gem install mojombo-ernie -s http://gems.github.com \
- -s http://gemcutter.org
-
Running
-------
Usage: ernie [command] [options]
-h, --handler HANDLER Handler file
@@ -41,9 +38,10 @@
Commands:
<none> Start an Ernie server.
reload-handlers Gracefully reload all of the the ruby handlers
and use the new code for all subsequent requests.
+ stats Print a list of connection and handler statistics.
Examples:
ernie -d -p 9999 -n 10 -h calc.rb
Start the ernie server in the background on port 9999 with ten
handlers, using the calc.rb handler file.
\ No newline at end of file