mark command lines as shell scripts in readme

[skip ci]
This commit is contained in:
alexey.lysiuk 2021-01-23 15:58:01 +02:00
parent 2e04ff42ba
commit fa3f85f6b8
1 changed files with 3 additions and 3 deletions

View File

@ -6,19 +6,19 @@ This repository contains all binary dependencies required to build macOS applica
Download source code, and build a target Download source code, and build a target
``` ```sh
build.py --target=<target-name> build.py --target=<target-name>
``` ```
Build target from existing source code Build target from existing source code
``` ```sh
build.py --source=<path-to-source-code> build.py --source=<path-to-source-code>
``` ```
Generate Xcode project instead of building target, and open it Generate Xcode project instead of building target, and open it
``` ```sh
build.py --source=...|--target=... --xcode build.py --source=...|--target=... --xcode
``` ```