From ee054a4cfb2c47af4eca335e05ba2ca30104a96a Mon Sep 17 00:00:00 2001
From: "Brady J. Garvin" <bgarvin@cse.unl.edu>
Date: Mon, 20 Sep 2021 11:02:53 -0500
Subject: [PATCH] Removed instructions to clone.

---
 graph-search/notes.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/graph-search/notes.md b/graph-search/notes.md
index 5a174b5..9e4f9ed 100644
--- a/graph-search/notes.md
+++ b/graph-search/notes.md
@@ -1,5 +1,3 @@
-Please recursively clone the starter code linked from Canvas, use `npm install` to install dependencies in both subprojects, and open the project in VSCode.  Please do not run the app yet—it contains spoilers.
-
 # Problem 1:
 
 For a certain puzzle played on a string of digits, each move may slide any digit `x` left `x` places or right `x` places, as long as there is room.  For example, the `4` in `123456789` can move right four spots:
-- 
GitLab