From f4e3bd70a1eba45a4130ec2c5da851c00c37dfc9 Mon Sep 17 00:00:00 2001 From: Uli Kusterer Date: Fri, 23 Sep 2022 19:34:06 +0200 Subject: [PATCH] Make build instructions no longer be on a single line. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acbe442..d01761a 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ is in the public domain. Compiling requires cmake, ragel, lemon, and a recent version of clang++ with c++11 support. It has only been built and tested with OS X 10.8+. -mkdir build -cd build -cmake .. -make + mkdir build + cd build + cmake .. + make This will generate `bin/mpw` and `bin/disasm`.