From 1b0bddfe0f056e0df0342efcde8de312011e9d00 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 13 Sep 2018 16:52:28 -0400 Subject: backquote `make`, change `input.bf` to `hello.bf` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a528f63..9c57527 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # bf A very small Brainfuck interpreter -To build, simply run make. +To build, simply run `make`. Running the interpreter is simple: - $ ./bf input.bf + $ ./bf hello.bf The interpreter purposely does no error checking. If you don't specify an input file, it will crash. If there is an error reading the input file, it -- cgit v1.2.1