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