From f16afecaddc6c6f7fdb352fbce5e55542d28c97d Mon Sep 17 00:00:00 2001 From: Jose Jimenez Date: Wed, 14 Aug 2019 23:37:28 -0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e2bf161..50aeec6 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,10 @@ This way a working model will be preserved in master. ---> ## How to Run Java Maze GUI: - -1. Download the project. -2. Move the downloaded Folder (Micromouse-master) to your Desktop. -3. Open your Terminal and enter: -``` -cd ~/Desktop/Micromouse-master -``` +1. Clone the repository to your current directory: +```git clone https://github.com/jimenezjose/Micromouse_Simulator.git``` +2. Change current directory to 'Micromouse_Simulator': +```cd Micromouse-Simulator``` 4. Compile the Java GUI (Graphical User Interface): ``` make