-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e2b64d
commit 82b0246
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,15 +42,14 @@ This is a visualization tool designed to demonstrate the inner workings of vario | |
|
||
## Development | ||
Follow these steps to run the project locally. | ||
1. Clone the repository. | ||
|
||
HTTPS | ||
1. Clone the repository (HTTPS). | ||
```sh | ||
git clone https://github.com/TylerMommsen/pathfinding-visualizer.git | ||
``` | ||
SSH | ||
|
||
2. Navigate to directory | ||
```sh | ||
git clone [email protected]:TylerMommsen/pathfinding-visualizer.git | ||
cd pathfinding-visualizer | ||
``` | ||
|
||
2. Install dependenices | ||
|