diff --git a/README.md b/README.md index 824d2fa84..101008780 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Here's what to add to your `build.sbt`: If you'd like to add additional files to the installation dir, simply add them to the universal mappings: + import com.typesafe.sbt.SbtNativePackager.Universal + mappings in Universal += { file("my/local/conffile") -> "conf/my.conf" }