README.md in boned-0.3.1 vs README.md in boned-0.3.2
- old
+ new
@@ -4,13 +4,23 @@
*NOTE: This version is not compatible with previous versions of Bone.*
## Running
- $ redis-server config/redis-server.conf
- $ export BONED_SOURCE=redis://localhost:8045/
- $ boned start
+ $ redis-server path/2/redis-server.conf
+ $ BONED_SOURCE=redis://localhost:6379/ boned -e prod start
+
+## Running as a daemon ##
+
+ $ BONED_SOURCE=redis://localhost:6379/ boned -e prod -d start
+ $ boned -e prod -d stop
+
+## Updating bone configuration ##
+
+You need to tell bone to use the HTTP API. In your .bashrc or equivalent, add:
+
+ export BONE_SOURCE=http://127.0.0.1:3073/
## Installation
$ sudo gem install boned
\ No newline at end of file