From f3ee3e556dece63474dc084d0fbd8aaf2474575c Mon Sep 17 00:00:00 2001
From: Edward Longman <el7g15@soton.ac.uk>
Date: Tue, 16 Apr 2019 15:05:41 +0100
Subject: [PATCH] Write improved installation process for MikTeX

---
 .gitignore | 2 --
 README.md  | 4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 67a81e3..27ba6fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,4 @@
-*.tex
 *.bst
-*.cls
 *.bib
 *.eps
 *.aux
diff --git a/README.md b/README.md
index 8333b7d..28ca99c 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,9 @@ LaTeX Documents for the University of Southampton. Mainly for Thesis and project
 ## Your `{TEXMF}` root subdirectory
 For Tex Live: This whole folder can be moved into the `~/texmf` directory to begin using the class files.
 
-For MikTeX: It is platform dependent, See `UserInstall` from (https://miktex.org/kb/texmf-roots)
+For MikTeX: It is platform dependent, See `UserInstall` from (https://miktex.org/kb/texmf-roots).
+You may need to register your directories: https://docs.miktex.org/manual/localadditions.html.
+You will need to update the filename database (FNDB) (MiKTeX Console -> Tasks ->Refresh file name database), see https://docs.miktex.org/manual/configuring.html#fndbupdate. You can do this in the command line with the `initexmf -u` command.
 
 ## The folder post install
 If using the zip download there may be one or two containing directories before the actual
-- 
GitLab