Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarino authored Jan 19, 2021
1 parent a5b9bcd commit 2d2d602
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# Route Planning Project

This repo contains the starter code for the Route Planning project.
This repo contains My final solution of the Route Planning project

<img src="map.png" width="600" height="450" />

## Cloning
This implementation is based on the starter code for Route Planning project in the Object Oriented Programming Course of the Udacity C++ Nanodegree Program.

When cloning this project, be sure to use the `--recurse-submodules` flag. Using HTTPS:
```
git clone https://github.com/udacity/CppND-Route-Planning-Project.git --recurse-submodules
```
or with SSH:
```
git clone [email protected]:udacity/CppND-Route-Planning-Project.git --recurse-submodules
```
<img src="map.png" width="600" height="450" />

## Dependencies for Running Locally
* cmake >= 3.11.3
Expand Down

0 comments on commit 2d2d602

Please sign in to comment.