Skip to content

Commit 6fd5e09

Browse files
committed
MM PR fixes 2
1 parent 1473146 commit 6fd5e09

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

source/get-started/download-and-install.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Download and Install
55
====================
66

7+
This guide demonstrates how to create a project and add the
8+
{+driver-short+} dependencies by using `Gradle <https://gradle.org/>`__
9+
or `Maven <https://maven.apache.org/>`__.
10+
711
.. procedure::
812
:style: connected
913

@@ -12,35 +16,33 @@ Download and Install
1216
First, make sure that your system has {+language+} installed and
1317
running on JDK 1.8 or later.
1418

15-
This guide shows you how to create a project and add the
16-
{+driver-short+} dependencies by using Gradle or Maven. We
17-
recommend that you use an integrated development
19+
We recommend that you use an integrated development
1820
environment (IDE) such as IntelliJ IDEA or Eclipse IDE to
1921
configure Gradle or Maven to build and run your project.
2022

21-
For more information on getting started with
22-
{+language+} and creating your first project, see `Get started with Kotlin/JVM
23-
<{+kotlin-docs+}/docs/jvm-get-started.html>`__ in the {+language+}
24-
language documentation.
25-
2623
.. tip::
27-
24+
2825
If you are not using an IDE, see the
2926
`Creating New Gradle Builds
3027
<https://guides.gradle.org/creating-new-gradle-builds/>`__ guide
3128
or the `Building Maven
3229
<https://maven.apache.org/guides/development/guide-building-maven.html>`__ guide
3330
for more information on how to set up your project.
3431

32+
For more information on getting started with
33+
{+language+} and creating your first project, see `Get started with Kotlin/JVM
34+
<{+kotlin-docs+}/docs/jvm-get-started.html>`__ in the {+language+}
35+
language documentation.
36+
3537
.. step:: Add MongoDB as a Dependency
3638

37-
If you are using `Gradle <https://gradle.org/>`__ to manage your
39+
If you are using Gradle to manage your
3840
packages, add the following entry to your ``build.gradle.kts``
3941
dependencies list:
4042

4143
.. include:: /includes/kotlin-sync-driver-gradle-versioned.rst
4244

43-
If you are using `Maven <https://maven.apache.org/>`__ to manage your
45+
If you are using Maven to manage your
4446
packages, add the following entry to your ``pom.xml`` dependencies list:
4547

4648
.. include:: /includes/kotlin-sync-driver-maven-versioned.rst

0 commit comments

Comments
 (0)