From 55a4264652cbfc6f31103d75007c28f2c302f764 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Mon, 14 Aug 2017 13:31:15 +0100 Subject: [PATCH] Error in folder name --- 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 608f2a7200..9bea246253 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -83,7 +83,7 @@ Run from the command prompt Run from IntelliJ ~~~~~~~~~~~~~~~~~ 1. Open IntelliJ Community Edition -2. On the splash screen, click "Open" (do NOT click "Import Project") and select the cordapp-template folder +2. On the splash screen, click "Open" (do NOT click "Import Project") and select the cordapp-tutorial folder .. warning:: If you click "Import Project" instead of "Open", the project's run configurations will be erased! @@ -128,7 +128,7 @@ Run from the terminal Run from IntelliJ ~~~~~~~~~~~~~~~~~ 1. Open IntelliJ Community Edition -2. On the splash screen, click "Open" (do NOT click "Import Project") and select the cordapp-template folder +2. On the splash screen, click "Open" (do NOT click "Import Project") and select the cordapp-tutorial folder 3. Once the project is open, click "File > Project Structure". Under "Project SDK:", set the project SDK by clicking "New...", clicking "JDK", and navigating to /Library/Java/JavaVirtualMachines/jdk1.8.0_XXX (where "XXX" is the latest minor version number). Click "OK". 4. Click "View > Tool Windows > Event Log", and click "Import Gradle project", then "OK". Wait, and click "OK" again when the "Gradle Project Data To Import" window appears 5. Wait for indexing to finish (a progress bar will display at the bottom-right of the IntelliJ window until indexing is complete)