README.md in alondra-0.1.0 vs README.md in alondra-0.1.1
- old
+ new
@@ -159,13 +159,13 @@
<pre>
$ rails g alondra install
</pre>
-To run the Alondra server, just call the generated script
+To run the Alondra server, just call the provided executable in your project directory
<pre>
- $ script/alondra start
+ $ bundle exec alondra
</pre>
In development mode you can also run the Alondra server in its own thread.
See the [initializer in the example application](https://github.com/afcapel/alondra-example/blob/master/config/initializers/alondra_server.rb)
for how to do it.