Skip to content

Commit 78ae7b0

Browse files
authored
Update build & run instructions (#138)
CLI was split into a subproject.
1 parent e756c72 commit 78ae7b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ Usage: relation-graph [options]
5656
## Build
5757
Install `sbt` (Scala Build Tool) on your system. For Mac OS X, it is easily done using [Homebrew](http://brew.sh): `brew install sbt`. `sbt` requires a working Java installation, but you do not need to otherwise install Scala.
5858

59-
After `sbt` is installed, run `sbt stage` to create the executable. The executable is created in your `target/universal/stage/bin` directory.
59+
After `sbt` is installed, run `sbt stage` to create the executable. The executable is created in your `cli/target/universal/stage/bin` directory.

0 commit comments

Comments
 (0)