Skip to content

Commit b448c4e

Browse files
authoredOct 2, 2024
Formatting fix
1 parent 5539f42 commit b448c4e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
 

‎README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,13 @@ additional development libraries.
105105
106106
<details>
107107
<summary>On <b>Mac</b> (using <a href="https://www.brew.sh/">homebrew</a>) <i>(click to expand)</i></summary>
108-
```bash
109-
brew install rust sdl2 sdl2_ttf
110-
export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib"
111-
cargo install lukaj
112-
```
108+
109+
```bash
110+
brew install rust sdl2 sdl2_ttf
111+
export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib"
112+
cargo install lukaj
113+
```
114+
113115
</details>
114116
115117
## Usage

0 commit comments

Comments
 (0)
Failed to load comments.