Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Jan 13, 2019
1 parent 4b1675f commit c4c834d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ A small 2D physics engine. Developed for the [2006 GDC Physics Tutorial](docs/GD

# Cloning
Box2D-Lite samples use [GLFW](https://www.glfw.org/) and [dear imgui](https://github.com/ocornut/imgui) as git submodules. Therefor, I recommend cloning box2d-lite using the following command:
> git clone --recursive https://github.com/erincatto/box2d-lite.git
```bash
git clone --recursive https://github.com/erincatto/box2d-lite.git
```

# Building
- Install [CMake](https://cmake.org/)
Expand Down

0 comments on commit c4c834d

Please sign in to comment.