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 bdae86c commit 65f7cdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ A small 2D physics engine. Developed for the [2006 GDC Physics Tutorial](docs/GD

# Building
- Install [CMake](https://cmake.org/)
- Ensure CMake is in the user path
- Visual Studio 2017: run build.bat
- Otherwise: run build.sh from a bash shell
- Ensure CMake is in the user `PATH`
- Visual Studio 2017: run `build.bat`
- Otherwise: run `build.sh` from a bash shell

# Build Status
[![Build Status](https://travis-ci.org/erincatto/box2d-lite.svg?branch=master)](https://travis-ci.org/erincatto/box2d-lite)
[![Build Status](https://travis-ci.org/erincatto/box2d-lite.svg?branch=master)](https://travis-ci.org/erincatto/box2d-lite)

0 comments on commit 65f7cdc

Please sign in to comment.