README.md in bluepill-0.0.36 vs README.md in bluepill-0.0.37
- old
+ new
@@ -209,9 +209,16 @@
# ...
end
Keep in mind that you still need to set up log rotation (described in the installation section) to keep the log file from growing huge.
+### Extra options
+You can run bluepill in the foreground:
+
+ Bluepill.application("app_name", :foreground => true) do |app|
+ # ...
+ end
+
## Links
Code: [http://github.com/arya/bluepill](http://github.com/arya/bluepill)
Bugs/Features: [http://github.com/arya/bluepill/issues](http://github.com/arya/bluepill/issues)
Mailing List: [http://groups.google.com/group/bluepill-rb](http://groups.google.com/group/bluepill-rb)
\ No newline at end of file