Jelajahi Sumber

Added link to the Modelverse techreport

Yentl Van Tendeloo 8 tahun lalu
induk
melakukan
c0428d8d5b
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -58,6 +58,11 @@ Even further, you can skip symbol resolution in the linking phase if you know th
 To do all of this, use the `scripts/make_parallel.py` script.
 It is identical to the `scripts/make_all.py` script, but uses multiple cores and uses native code.
 
+Additional documentation
+========================
+
+Some additional documentation can be found online in the [Modelverse techreport](http://msdl.cs.mcgill.ca/people/yentl/files/Modelverse.pdf), describing the internal workings of the Modelverse, as well as a brief introduction on how to use it.
+
 Tests
 =====
 
@@ -83,3 +88,4 @@ From then on, you can simply invoke all tests in PyPy using:
 ```sh
 pypy scripts/run_tests.py
 ```
+