Skip to content

Commit

Permalink
Add compiling instructions to the README.
Browse files Browse the repository at this point in the history
This caught me up for a bit so I added instructions to the README.
  • Loading branch information
natesholland committed Feb 13, 2016
1 parent e960d18 commit 7544f04
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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`

0 comments on commit 7544f04

Please sign in to comment.