From bb60904899067c0d9bdb0a454a89d51c1bc711f8 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 18 Jul 2017 11:36:18 -0700 Subject: [PATCH] README.md update --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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) ***