From b448c4e64639b1b17a7c1dadec5e54c64c64cf8a Mon Sep 17 00:00:00 2001 From: adamws Date: Wed, 2 Oct 2024 20:02:54 +0200 Subject: [PATCH] Formatting fix --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e06a46..618543f 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,13 @@ additional development libraries.
On Mac (using homebrew) (click to expand) - ```bash - brew install rust sdl2 sdl2_ttf - export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib" - cargo install lukaj - ``` + + ```bash + brew install rust sdl2 sdl2_ttf + export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib" + cargo install lukaj + ``` +
## Usage