diff --git a/README.md b/README.md index 31e9f3f..368fadd 100644 --- a/README.md +++ b/README.md @@ -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) ***