Skip to content

Commit

Permalink
UserGuide: Migrate instructions to IntelliJ
Browse files Browse the repository at this point in the history
We are no longer using Eclipse as our development environment.

The instructions in the user guide are outdated.

Let's migrate the instructions to IntelliJ.
  • Loading branch information
yamgent committed Aug 19, 2017
1 parent 6c4f0c9 commit be3a3d4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Please refer to the [Setting up](DeveloperGuide.md#setting-up) section to learn

## Starting the program

1. Find the project in the `Project Explorer` or `Package Explorer` (usually located at the left side)
2. Right click on the project
3. Click `Run As` > `Java Application` and choose the `Main` class.
4. The GUI should appear in a few seconds.
1. Find the project pane (usually located at the left side)
2. Open up `src/seedu.addressbook` folder
3. Right click on `Main`
4. Click `Run Main.main()`
5. The GUI should appear in a few seconds

<img src="images/Ui.png">

Expand Down Expand Up @@ -113,5 +114,5 @@ You can change the location by specifying the file path as a program argument.<b

> The file name must end in `.txt` for it to be acceptable to the program.
>
> When running the program inside Eclipse, you can
[set command line parameters before running the program](http://stackoverflow.com/questions/7574543/how-to-pass-console-arguments-to-application-in-eclipse).
> When running the program inside IntelliJ, you can
[set command line parameters before running the program](https://stackoverflow.com/a/2066465).

0 comments on commit be3a3d4

Please sign in to comment.