From ba99bfde7c92f6d5a676daeccd626bc1220bd737 Mon Sep 17 00:00:00 2001 From: Frederic_Dalibard Date: Mon, 21 Dec 2015 22:16:19 +0100 Subject: [PATCH] Minor: - changed Kotlin version - changed "playground.git" into "r3repository.git" --- docs/source/getting-set-up.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index c9b32d501f..849ed3cb9b 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -7,12 +7,12 @@ Then install IntelliJ version 15 community edition: https://www.jetbrains.com/idea/download/ -Upgrade the Kotlin plugin to the latest version (1.0-beta-2423) by clicking "Configure > Plugins" in the opening screen, +Upgrade the Kotlin plugin to the latest version (1.0-beta-3595) by clicking "Configure > Plugins" in the opening screen, then clicking "Install JetBrains plugin", then searching for Kotlin, then hitting "Upgrade" and then "Restart". Choose "Check out from version control" and use this git URL - https://your_username@bitbucket.org/R3-CEV/playground.git + https://your_username@bitbucket.org/R3-CEV/r3repository.git Agree to the defaults for importing a Gradle project. Wait for it to think and download the dependencies.