Adjust dist README, see #3105

This commit is contained in:
Patrik Nordwall 2013-07-04 13:25:03 +02:00
parent 49fbbfb958
commit 6f7f2adb8f
4 changed files with 11 additions and 9 deletions

View file

@ -46,6 +46,10 @@ To use the sbt plugin you define it in your ``project/plugins.sbt``:
.. includecode:: ../../../akka-sbt-plugin/sample/project/plugins.sbt
Make sure that you have a ``project/build.properties`` file:
.. includecode:: ../../../akka-sbt-plugin/sample/project/build.properties
Then you add it to the settings of your ``project/Build.scala``. It is also important that you add the ``akka-kernel`` dependency.
This is an example of a complete sbt build file: