Skip to content

Commit 70d8bff

Browse files
committed
update README
1 parent 5339750 commit 70d8bff

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Simple Scala binding for
33
[Coppelia Robotics V-REP simulator](http://www.coppeliarobotics.com/) ([remote API](http://www.coppeliarobotics.com/helpFiles/en/remoteApiOverview.htm))
44

55
## Getting started
6-
1. Add the library to the project one of several ways:
7-
1. Assembly jar by `sbt assembly`
8-
(jar is located in `vrepapi/target/scala-2.11/vrepapiscala-assembly-x.x.jar`)
9-
2. Download pre-compiled jar
10-
3. Add src files in your project
6+
1. Add the library in your sbt project by simply adding the following dependency to your build file:
7+
```scala
8+
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
9+
10+
libraryDependencies += "com.github.troxid" %% "vrepapiscala" % "0.1-SNAPSHOT"
11+
```
1112
2. Copy platform-specific native library from
1213
`V-REP/programming/remoteApiBindings/lib/lib/`
1314
into the root folder of your project (or configure `java.library.path`)

0 commit comments

Comments
 (0)