Skip to content

Commit cd2424a

Browse files
Update README.md
1 parent 66685d0 commit cd2424a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# javafxmobile-sbt (early version)
1+
# javafxmobile-sbt
22
This projects allows Scala-Developers build [SimpleFX](http://sandec.de)/[ScalaFX](http://www.scalafx.org/)/JavaFX-Apps for android or iOS from sbt.
3-
It creates a gradle project with the [javafxmobile-plugin](https://bitbucket.org/javafxports/javafxmobile-plugin) and calls it from sbt.
3+
It creates a gradle project with the [javafxmobile-plugin](https://bitbucket.org/javafxports/javafxmobile-plugin) and calls it from sbt. This version is an early but useful version!
44

55
## Requirements
66
- [Gradle](http://gradle.org/) Installed
@@ -9,7 +9,7 @@ It creates a gradle project with the [javafxmobile-plugin](https://bitbucket.org
99
## How To
1010
Add the following to your project/plugins.sbt:
1111
```scala
12-
resolvers += Resolver.url("SANDEC", url("http://sandec.de/repo/"))(Resolver.ivyStylePatterns)
12+
resolvers += Resolver.url("SANDEC", url("http://dl.bintray.com/sandec/repo"))(Resolver.ivyStylePatterns)
1313
"SANDEC" % "javafxmobile-sbt" % "0.1.2-SNAPSHOT"
1414
```
1515
Add the following to your build.sbt:
@@ -21,11 +21,13 @@ enablePlugins(plugin.JavaFXMobilePlugin)
2121
Will follow soon
2222

2323
## Commands
24-
take a look here, for a complete list of all available commands: http://javafxports.org/page/Getting_Started
24+
Some available commands:
2525
- create android apk: `sbt "javafx android"`
2626
- install android apk: `sbt "javafx androidInstall"`
2727
- start on atached iOS-device: `sbt "javafx launchIOSDevice"`
2828

29+
[A list with all commands](http://javafxports.org/page/Getting_Started)
30+
2931

3032
# Sample Projects
3133
- [SimpleFX-Samples](https://github.com/Sandec/SimpleFX-Samples/blob/master/project/plugins.sbt)

0 commit comments

Comments
 (0)