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