From afdb689548ea05a9def2b569ef2c2aa3b1c67409 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Sun, 27 Oct 2019 13:20:14 -0400
Subject: [PATCH] auto

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 5001f95..9045081 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@
 
 You may run this project in a VM created by the included `Vagrantfile`, **but you do not have to.**
 
+Download files with `git clone https://gitlab.cs.umd.edu/keleher/p4`.
 
 In this project, you will modify a very simple database system that we have written to illustrate some of the B+-Tree and Query Processing algorithms. 
 The database system is written in Python3 and attempts to simulate how a database system would work, including what blocks it would read from disk, etc.
-- 
GitLab