From 0c4d2ad40fcafcf157d855eb99a0ab5ec0a55540 Mon Sep 17 00:00:00 2001
From: Nathan <nathan@druids.tech>
Date: Tue, 10 Oct 2023 15:51:03 +0100
Subject: [PATCH] added update.py guide

---
 guides/update-with-script.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 guides/update-with-script.md

diff --git a/guides/update-with-script.md b/guides/update-with-script.md
new file mode 100644
index 0000000..7dae220
--- /dev/null
+++ b/guides/update-with-script.md
@@ -0,0 +1,17 @@
+# CTAP: update.py
+
+You can pull all the required resources into your `ctap-portfolio` project following these steps:
+
+- Open VS Code and open your `ctap-portfolio` project
+
+- Open a terminal ([click here to see how](https://code.visualstudio.com/docs/terminal/basics))
+
+- in your terminal run the following command: `python .scripts/update.py weekX` where `weekX` refers to the name given for that week!
+
+- You should now find contents added to `practicals/weekX/`
+
+  > (if you are having issues you can also download the files from blackboard (learning materials/ practicals) and place them in the appropriate folder)
+
+- Remember to render the tasks.md folder using the shortcut `ctrl + shift + V` (or `cmd + shift + V` on a mac). I'd recommend splitting the window into a two panel arrangement with your work on one side and the tasks on the left, like so: 
+
+![](https://gitlab.uwe.ac.uk/ctap/ctap-dist/-/raw/main/assets/screen-layout.png)
-- 
GitLab