From 881b2cdabd7123770034381bd82d239f2a910600 Mon Sep 17 00:00:00 2001
From: mpolavieja <mpolavieja@gmail.com>
Date: Wed, 19 Jun 2019 23:43:41 +0200
Subject: [PATCH] Update idea-import.md

---
 docs/idea-import.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/idea-import.md b/docs/idea-import.md
index 1fb149d6ed4..6fe96f08b17 100644
--- a/docs/idea-import.md
+++ b/docs/idea-import.md
@@ -5,7 +5,7 @@ Most Bisq contributors use IDEA for development. The following instructions have
  1. Follow the instructions in [build.md](build.md) to clone and build Bisq at the command line.
  1. Open IDEA
  1. Go to `Help->Edit Custom Properties...`, add a line to the file that reads `idea.max.intellisense.filesize=12500` (to handle Bisq's very large generated `PB.java` Protobuf source file)
- 1. Go to `Preferences->Plugins`. Search for and install the _Lombok_ plugin. When prompted, do not restart IDEA.
+ 1. Go to `Preferences->Plugins` (`File->Settings, Plugins for Windows`). Search for and install the _Lombok_ plugin. When prompted, do not restart IDEA.
  1. Go to `Preferences->Build, Execution, Deployment->Compiler->Annotation Processors` and check the `Enable annotation processing` option (to enable processing of Lombok annotations)
  1. Restart IDEA
  1. Go to `Import Project`, select the `settings.gradle` file and click `Open`