From 2f88cfb35dd9aef4bf54fccbc3d29a5a204a75dc Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Mon, 9 Aug 2021 10:29:55 +0200 Subject: [PATCH] Update INSTALL.md Co-authored-by: manuroe --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5248af653..7d1b7e6cc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -125,7 +125,7 @@ Each target has its own YAML file in the folder Targets folder. ### Generate the project in one line without effort -If you want to generate the project easily and quickly there is a local script called `setup_project.sh` that creates the `xcodeproj` and `xcworkspace` with all source files and dependencies with commands described before. It select automatically the right dependencies based on your local Git branch or your Podfile local modifications. All you have to do is to go in the project root folder and run the script: +If you want to generate the project easily and quickly, there is a local script called `setup_project.sh` that creates the `xcodeproj` and `xcworkspace` with all source files and dependencies with commands described before. It automatically selects the right dependencies based on your local Git branch or your Podfile local modifications. All you have to do is to go in the project root folder and run the script: ``` $ ./setup_project.sh