diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-04-14 20:33:33 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-04-14 20:33:33 -0400 |
commit | d843ba158e54a299912e5bcb58ff77ba12152a9c (patch) | |
tree | f9bbbb1330f6586681a0d0ab682542af21328c93 | |
parent | 76781234f2c320ca71f308ada5a2f5b4d9154e59 (diff) |
readem
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,6 +4,6 @@ Differential Equations Project (Spring 2020, Mayer) Based on the [Mystery Circuit](https://simiode.org/resources/3187/download/4-23-S-MysteryCircuit-StudentVersion.pdf) Modelling Scenario from [SIMIODE](https://simiode.org), by Nithya Jayakumar and Holden Rohrer. ## Building -Run `make -j8` on the toplevel directory and everything should be -properly built within their containing folders (e.g. -`progreport/document.pdf`). +Run `make -j8` on the toplevel directory of the cloned repo +and everything should be properly built within their containing folders +(e.g. `progreport/document.pdf`). |