Skip to content

Commit c46ea3b

Browse files
author
Sophie Durrant
committed
Add java binary (maybe)
1 parent 5ecb0dd commit c46ea3b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Java simulation of the register machine described in https://www.cl.cam.ac.uk/
44
##Installation
55

66
###As Binary
7-
The code will shortly be released as a standalone JAR file.
7+
The Java JAR file can be found in the /bin directory.
88

99
###From Source
1010
Upon compiling the source, EntryPoint.java is what is called by the JAR File.

src/META-INF/MANIFEST.MF

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)