From 52db8efdd71f156efff0a13bc6ce77e0466f1f53 Mon Sep 17 00:00:00 2001 From: Jose Jimenez Date: Wed, 14 Aug 2019 23:38:48 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 50aeec6..c5d2817 100644 --- a/README.md +++ b/README.md @@ -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 ```