aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9a0c3a2..8feba0f 100644
--- a/README.md
+++ b/README.md
@@ -75,12 +75,17 @@ can be guaranteed when generating messages.*
Add the following to your plugins:
```scala
- addSbtPlugin("com.github.jodersky" % "sbt-mavlink" % "0.5.0")`
+ addSbtPlugin("com.github.jodersky" % "sbt-mavlink" % "0.5.1")`
+ ```
+
+Enable the plugin
+ ```scala
+ enablePlugins(SbtMavlink)
```
Set a MAVLink dialect
```scala
- mavlinkDialect := (baseDirectory in ThisBuild).value / "mavlink" / "dialect.xml"
+ mavlinkDialect := baseDirectory.value / "mavlink" / "dialect.xml"
```
Compile your project.