diff --git a/readme.md b/readme.md index 177a2303..b27a582d 100644 --- a/readme.md +++ b/readme.md @@ -6,19 +6,19 @@ This repository contains all binary dependencies required to build macOS applica Download source code, and build a target -``` +```sh build.py --target= ``` Build target from existing source code -``` +```sh build.py --source= ``` Generate Xcode project instead of building target, and open it -``` +```sh build.py --source=...|--target=... --xcode ```