From b4429a87057d44e6228fb12b1cd70f834dbfba1d Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Fri, 29 Sep 2023 13:52:15 -0400
Subject: [PATCH] auto

---
 a.md => assign4.md | 2 ++
 1 file changed, 2 insertions(+)
 rename a.md => assign4.md (98%)

diff --git a/a.md b/assign4.md
similarity index 98%
rename from a.md
rename to assign4.md
index 49fbe78..b9b6091 100644
--- a/a.md
+++ b/assign4.md
@@ -7,6 +7,8 @@ Two parts: `psycopg` and `peewee`.
 
 ### Setup
 
+Download the startup files [here](https://sedna.cs.umd.edu/424/assign/assign4.tgz).
+
 As before we have created a VagrantFile for you. Start by doing `vagrant up` and `vagrant ssh` as usual.
 Ensure that the Vagrantfile has loaded
 the `flightsskewed` database, together with tables populated from  `large-skewed.sql`. Use
-- 
GitLab