From 7544f041691afcc20d7b7419c3532a18b08806ad Mon Sep 17 00:00:00 2001 From: Nate Holland Date: Sat, 13 Feb 2016 16:29:28 -0600 Subject: [PATCH] Add compiling instructions to the README. This caught me up for a bit so I added instructions to the README. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a4707d..97623c7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ Introduction-to-the-Theory-of-Computation-Solutions =================================================== -If you want to contribute to this repository, feel free to create a pull request (please copy the format as in the other exercises). Also, let me know if there are any errors in the existing solutions. +If you want to contribute to this repository, feel free to create a pull request +(please copy the format as in the other exercises). Also, let me know if there +are any errors in the existing solutions. Solutions to Michael Sipser's Introduction to the Theory of Computation Book (3rd Edition). @@ -16,3 +18,9 @@ Completed chapters: - Chapter 8: Not yet - Chapter 9: Not yet - Chapter 10: Not yet + + +## Compiling + +To compile this project instal a [latex compiler](https://www.sharelatex.com/learn/Choosing_a_LaTeX_Compiler) +on your machine, then cd to this project and run `pdflatex *.tex`