From c27d476f915555b854e729de8d3657f5b0656d22 Mon Sep 17 00:00:00 2001 From: SemvdH <45453592+SemvdH@users.noreply.github.com> Date: Mon, 6 Jan 2020 22:20:24 +0100 Subject: [PATCH] added release to readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 9bf800c..291800d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,24 @@ # brainfuck-interpreter-java a brainfuck interpreter written in java +### Installing: +#### Running with the exe +go to the [releases page](https://github.com/SemvdH/brainfuck-interpreter-java/releases) to get the latest exe + + + + +#### Or run it via the command line +to run the application via the command line, clone the source code and run + +```mvn install``` + +to build the application, then navigate to the target folder and run the jar + +```java -jar target\BrainfuckInterpreter-1.0a-jar-with-dependencies.jar``` + +or run the exe from the command line: + +```target\brainfuck-interpreter.exe``` + _I will make a visualiser for this, don't know when_