Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimenezjose authored Aug 15, 2019
1 parent f16afec commit 52db8ef
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,21 @@ This way a working model will be preserved in master.

## How to Run Java Maze GUI:
1. Clone the repository to your current directory:
```git clone https://github.com/jimenezjose/Micromouse_Simulator.git```
```
$ git clone https://github.com/jimenezjose/Micromouse_Simulator.git
```
2. Change current directory to 'Micromouse_Simulator':
```cd Micromouse-Simulator```
```
$ cd Micromouse-Simulator
```
4. Compile the Java GUI (Graphical User Interface):
```
make
$ make
```
5. Run the Java executable:
```
cd build
java MazeGUI
$ cd build
$ java MazeGUI
```

<!---
Expand Down

0 comments on commit 52db8ef

Please sign in to comment.