Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamws authored Oct 2, 2024
1 parent 5539f42 commit b448c4e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,13 @@ additional development libraries.
<details>
<summary>On <b>Mac</b> (using <a href="https://www.brew.sh/">homebrew</a>) <i>(click to expand)</i></summary>
```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
```
</details>
## Usage
Expand Down

0 comments on commit b448c4e

Please sign in to comment.