diff --git a/ECS.bib b/ECS.bib
index e56eebcde9341ec0b71f5103a4be63295f1bd9f4..9856c25a69be463da89abc55ea095dd255b7b008 100644
--- a/ECS.bib
+++ b/ECS.bib
@@ -23,6 +23,12 @@
   title = {docstrip – Remove comments from file},
   url = {https://ctan.org/pkg/docstrip?lang=en}
 }
+@electronic{pack_write,
+  author = {Scott Pakin},
+  title = {Anintroduction to writing .ins and .dtx files},
+  year = {2008},
+  url = {https://www.tug.org/TUGboat/tb29-2/tb92pakin.pdf}
+}
 @electronic{latex_patels,
   author = {Sunil Patel and Velimir Gayevskiy},
   title = {Help Guide to the LaTeX template},
diff --git a/README.pdf b/README.pdf
index 6c16e2b0caf269c6f924cbf1b5879f22b8996476..bfeeafba66d26de6c2938ffa79586853638b3524 100644
Binary files a/README.pdf and b/README.pdf differ
diff --git a/Rebuilding.tex b/Rebuilding.tex
index 86642ba5a59fb81692588dc67f929b2fad88a187..575ef84abb796c41ebde5c7c01cf7f60dd951d9c 100644
--- a/Rebuilding.tex
+++ b/Rebuilding.tex
@@ -8,7 +8,7 @@ The templates are built using the docstrip package.
 "The pack­age pre­pares a \LaTeX  ker­nel or pack­age source file for ac­tual use, by re­mov­ing the doc­u­men­ta­tion and meta-data" \citep{Docstrip}
 It also creates a document containing some documentation for the created files.
 
-The docstrip utility comes as a latex package so when the main file (.dtx) is run with the command \verb|latex ecsdocs.dtx| it creates all the class files plus the example templates.
+The docstrip utility comes as a latex package so when the main file (.dtx) is run with the command \verb|$(LATEX) ecsdocs.ins| it creates all the class files plus the example templates.
 When this tool is run it creates lots of auxiliary files.
 To help with managing these auxiliary files GNU Make is used. "GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files."\citep{GNUdesc}.
 
@@ -16,6 +16,9 @@ The make command can be run in several different configurations. \verb|make all|
 
 \section{The Source File}
 The source file \verb|ecsdocs.dtx| results in the several different class (\verb|.cls|) files as well as the template (\verb|.tex|) files.
+"The installer is the \verb|ecsdocs.ins| file. An installer file
+extracts the code from a \verb|.dtx| file, uses \verb|DocStrip| to
+strip off the comments and documentation, and outputs the \verb|.cls| files."\citep{}
 It also creates the figure files and the chapter files.
 Whilst this creates a mess of files all in one folder the \verb|make install| command is designed to clean them up into a folder structure described in Listing~\ref{folder_struct}.
 The dtx file is designed to ensure continuity across different classes: names, font, department page styling and other formats.