From 4b52054e4534f6dee731c9c608d0f38fc4f6e2e5 Mon Sep 17 00:00:00 2001
From: Louis Oliphant <ltoliphant@wisc.edu>
Date: Fri, 17 Jan 2025 13:05:11 -0600
Subject: [PATCH] edited README.md to explain the projects_landing

---
 installation_instructions/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/installation_instructions/README.md b/installation_instructions/README.md
index b528a8e..7d7dcf8 100644
--- a/installation_instructions/README.md
+++ b/installation_instructions/README.md
@@ -8,4 +8,6 @@ Files to edit:
 * `windows/installation_instructions.ipynb`
 * `macintosh/installation_instructions.ipynb`
 
-  After editing/changing these notebook files, export the notebook from Jupyter lab as a `.html` file and push all of those changes to this online repo and merge with the main branch.  After that inform the instructor who can pull and update the course web page with those html files.
\ No newline at end of file
+After editing/changing these notebook files, export the notebook from Jupyter lab as a `.html` file and push all of those changes to this online repo and merge with the main branch.  After that inform the instructor who can pull and update the course web page with those html files.
+
+In addition, this directory contains the `projects_landing` folder, which contains the `index.ipynb` file that explains to students how to download projects for the course and setup and do the projects.
-- 
GitLab