From 590c6d78cad827f5754611df27a47b84ad58b44b Mon Sep 17 00:00:00 2001
From: Brady James Garvin <bgarvin@cse.unl.edu>
Date: Wed, 22 Aug 2018 08:45:17 -0500
Subject: [PATCH] Added instructions about fixing .gitignore for non-LaTeX
 users.

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 882b38d..4172422 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,13 @@ Setup Instructions
 
 3.  Clone your fork to your VM.
 
-4.  If you plan to use LaTeX:
+4.  If you do not plan to use LaTeX:
+
+    a.  Remove the line reading `*.pdf` from the .gitignore file.
+
+    b.  Add, commit, and push your change.
+
+5.  If you plan to use LaTeX:
 
     a.  Install the `fullpage` LaTeX package by running the command
         `sudo zypper install 'tex(fullpage.sty)'`.
-- 
GitLab