From ebb0f4c18fb1faa2358338dd1b38cf75dc8ddecf Mon Sep 17 00:00:00 2001
From: Seil0 <seil0@mosad.xyz>
Date: Sun, 2 Dec 2018 22:51:19 +0100
Subject: [PATCH] Update page 'Documentation'

---
 Documentation.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation.md b/Documentation.md
index 2efb897..bc2f0a6 100644
--- a/Documentation.md
+++ b/Documentation.md
@@ -4,6 +4,8 @@ make sure you have [Maven](https://maven.apache.org/) and the latest version of
 
 At first you need to clone cemu_UI `git clone https://github.com/Seil0/cemu_UI.git`, if you have done that go to the root folder of cemu_UI and build the cemu_UI package with `mvn clean package`. The final package can be found in /target/cemu_UI.jar_.
 
+To import the project in eclipse make a right-click on Package Explorer -> Import -> Maven -> Existing Maven Project.
+
 ### First startup description
 At the first start cemu_UI will download a reference game list. This list contains several thousand Wii U games, from which we get the Nintendo ID, cover download url and other necessary information. If cemu_UI has found a game in your ROM directory it will download the cover found on the games reference list and create a new entry in the local_games database. In this local_games database are all information about total play time, last played, cover- and ROM path stored. When cemu_UI has finished searching for ROMs it will add all games from the local_games database to a array-list to work with.