From 8d125a236c1dcecd0efbb8f8c2495794438f62e6 Mon Sep 17 00:00:00 2001 From: Devin Bileck <603793+devinbileck@users.noreply.github.com> Date: Tue, 16 Oct 2018 15:13:55 -0700 Subject: [PATCH] Update README with minor clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bf38dc463..cf25306708 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ _The following instructions have been tested on IDEA 2018.2_ 1. Go to `Preferences->Plugins`. 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 `settings.gradle` and click `Open` + 1. Go to `Import Project`, select the `settings.gradle` file and click `Open` 1. In the `Import Project from Gradle` screen, check the `Use auto-import` option and click `OK` 1. When prompted whether to overwrite the existing `.idea` directory, click `Yes` 1. In the `Project` tool window, right click on the root-level `.idea` folder, select `Git->Revert...` and click OK in the dialog that appears (to restore source-controlled `.idea` configuration files that get overwritten during project import)