diff --git a/developer-tools/java-debugging/IntelliJ-README.md b/developer-tools/java-debugging/IntelliJ-README.md index e9b3b52e3c..e6c156ed99 100644 --- a/developer-tools/java-debugging/IntelliJ-README.md +++ b/developer-tools/java-debugging/IntelliJ-README.md @@ -16,8 +16,13 @@ In IntelliJ, clone the repository. Click on `Check out from Version Control` > ` If this the first time to use IntelliJ with Github, log into your Github account. ![](images/intelliJ_git_login.png) -Clone the repository [registration-docker](https://github.com/spara/java-debugging.git). - ++On the command line clone the [registration-docker](https://github.com/docker/labs) repository + + -`File`> `Import` +``` + -Select `Git`> `Projects`> `Next` +git clone https://github.com/docker/labs + - +cd labs/developer-tools/java-debugging + -![](images/eclipse_git_import_repo2.png) +``` + ![](images/intelliJ_git_clone_repository.png) Click on `Import project from external model`, select `Maven`. Click `Next`