From 52ebcb7670cbd998d9b4976898c3d593d74f3b23 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Mon, 16 Sep 2024 12:21:50 -0400
Subject: [PATCH] auto

---
 assign1a.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assign1a.md b/assign1a.md
index 6808560..31eff81 100644
--- a/assign1a.md
+++ b/assign1a.md
@@ -43,7 +43,7 @@ You don't have to use the "hints" if you don't want to; there might
 be simpler ways to solve the questions.
 
 ### Testing using SQLTesting.py
-Build and run a container as before:
+Build and run a container as before (`docker build --rm -t 424 .`):
 - bash: `docker run -it -v $(pwd):/424 424`
 - tcsh: ``docker run -it -v `pwd`:/424 424``.
 - PowerShell: `docker run -it -v "${PWD}:/424" 424`. You might have to install WSL 2, and for
-- 
GitLab