We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecb0dd commit c46ea3bCopy full SHA for c46ea3b
README.md
@@ -4,7 +4,7 @@ A Java simulation of the register machine described in https://www.cl.cam.ac.uk/
4
##Installation
5
6
###As Binary
7
-The code will shortly be released as a standalone JAR file.
+The Java JAR file can be found in the /bin directory.
8
9
###From Source
10
Upon compiling the source, EntryPoint.java is what is called by the JAR File.
src/META-INF/MANIFEST.MF
@@ -0,0 +1,3 @@
1
+Manifest-Version: 1.0
2
+Main-Class: uk.ac.cam.sgd38.computation_theory.register_machine_simulator.EntryPoint
3
+
0 commit comments