README.md update

This commit is contained in:
Joseph Henry
2017-07-18 11:36:18 -07:00
parent 0f44bb3069
commit bb60904899

View File

@@ -43,10 +43,12 @@ Bindings for various [languages](examples)
### Building (linux, macos, bsd, win, ios)
`git submodule init`
`git submodule update`
`make static_lib`
```
git submodule init
git submodule update
make static_lib
```
All targets will output to `build/`. Complete instructions [here](BUILDING.md)
***