From cd9f6b435fe3aae44933e8bb157fe9ea3542e4b3 Mon Sep 17 00:00:00 2001 From: Matt Wang <mxw@cs.washington.edu> Date: Mon, 22 Jan 2024 15:18:06 -0800 Subject: [PATCH] Added more docs for building the site Removed the smiley face because it was unprofessional --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56690de..eeff97a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # CSE391 FAANG 24WI +To build the site: + ``` $ javac *.java && java GenerateSite ``` -:) -- GitLab