Adding the getting started to the binary distributions (#136)

* Adding the getting started to the binary distributions

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
CJ Hare 6 years ago committed by GitHub
parent 320bab7027
commit c36923a46e
  1. 1
      build.gradle

@ -329,6 +329,7 @@ distributions {
contents {
from("./LICENSE") { into "." }
from("build/reports/license/license-dependency.html") { into "." }
from("./docs/GettingStartedBinaries.md") { into "." }
}
}
}

Loading…
Cancel
Save