Skip to content

Commit

Permalink
Update IntelliJ-README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mano Marks authored Nov 15, 2016
1 parent c493258 commit 303cfe3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions developer-tools/java-debugging/IntelliJ-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 303cfe3

Please sign in to comment.