aboutsummaryrefslogtreecommitdiff
path: root/Documentation/manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/manual.md')
-rw-r--r--Documentation/manual.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/manual.md b/Documentation/manual.md
index f3c5ac7..d1bd335 100644
--- a/Documentation/manual.md
+++ b/Documentation/manual.md
@@ -7,11 +7,9 @@ title: User Guide
{:toc}
# Getting Started
-Flow uses sbt as build system. To get started, add the Bintray jcenter resolver and include a dependency to flow in your project:
+Flow uses sbt as build system. To get started, include a dependency to flow in your project:
~~~scala
-resolvers += Resolver.jcenterRepo
-
libraryDependencies += "ch.jodersky" %% "flow-core" % "@version@"
~~~