From 6dbd89c5dfa37fc0839a9f9461ff00f19be17a16 Mon Sep 17 00:00:00 2001 From: Danny Kendall Date: Wed, 20 Sep 2023 12:03:48 +0100 Subject: [PATCH] Fix README formatting of code --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f10b0c4..16a3271 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,13 @@ For more, try: You'll need [`zig-0.9.1`](https://ziglang.org/download/) and Git. -Clone this repo -cd into dir -git submodule update --init -zig build -Drelease-fast + +Clone this repo and then `cd` into the working directory + + + git submodule update --init + + zig build -Drelease-fast # Performance