diff --git a/README.md b/README.md
index 5001f956e466f4ea42330bbcd06eb3d48b88b7c8..90450817881b2e798c0d9f39c64689bbd8981e27 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.