From 44ded1b0f38dcadb0b2ee5c32c85b40849a851e5 Mon Sep 17 00:00:00 2001 From: kagan770 Date: Mon, 18 Jan 2016 17:36:30 -0800 Subject: [PATCH] Updated READ.ME file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4b42901e..9ee848d5 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,8 @@ $ java lambdasinaction/chap1/FilteringApples Alternatively you can compile the files manually inside the directory src/main/java + +You can also import the project in your favorite IDE: + * In IntelliJ use "File->Open" menu and navigate to the folder where the project resides + * In Eclipse use "File->Import->Existing Maven Projects" (also modify "Reduntant super interfaces" to report as Warnings instead of Errors + * In Netbeans use "File->Open Project" menu \ No newline at end of file