From 79d71b8f35828e00c80ee74f3591a053cbe4aa2e Mon Sep 17 00:00:00 2001
From: James Talbert <jtalbert@iastate.edu>
Date: Mon, 24 Sep 2018 17:58:29 -0500
Subject: [PATCH] Update creating-maintaining-new-project.md

---
 quad/doc/creating-maintaining-new-project.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/quad/doc/creating-maintaining-new-project.md b/quad/doc/creating-maintaining-new-project.md
index 129a51cc9..491f847f9 100644
--- a/quad/doc/creating-maintaining-new-project.md
+++ b/quad/doc/creating-maintaining-new-project.md
@@ -41,7 +41,8 @@ If you add it to the auto-generated folder, the scriopt will not be able to buil
 1. Don't do that again please
 2. We can fix it:
 
-1. Go in to the folder structure and copy the file from the bad place (see file properties in Vivado) to `<project>/src/...`
-2. Go into Vivado and delete the old file from the project
-3. In Vivado, add the new file to the project
-4. Update git to revision the new file.
\ No newline at end of file
+1. Go in to the folder structure and copy the file from the bad place (see file properties in Vivado) to `<project>/src/...`.
+2. Go into Vivado and delete the old file from the project.
+3. In Vivado, add the new file to the project.
+4. Update git to revision the new file.
+5. Run `write_project_tcl <projname>.tcl` from the tcl console in vivado. and go up to #necessarry-changes-to-tcl-files.
\ No newline at end of file
-- 
GitLab