aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-10-20 11:02:41 -0400
committerHolden Rohrer <holden.rohrer@gmail.com>2019-10-20 11:39:34 -0400
commit54ebbb6035205331481716039abef482b310ae2a (patch)
tree45cd27053938cf419266a2b857dff49eb02c2845
parent37f53a455a4fe3f89e831dbc952d6b6da02ee640 (diff)
added readme
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..5ebf6ab 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,11 @@
+# Topic: Distributed Systems Integrity and Correctness
+
+This repository comprises work and planning for Holden Rohrer, Holden Watson, and Nithya Jayakumar's Final Project for Applied Combinatorics in the Fall 2019 semester, taught by Galyna Livshyts.
+
+## Structure
+
+TeX documents are used to create written documents and should be compiled with `pdftex` in the main directory, as provided by your software distributor (e.g. MacTeX or TeX Live). Example:
+
+``
+pdftex main.tex
+``