Skip to content

Commit 1e74ae3

Browse files
Update README.md
1 parent 0176aa3 commit 1e74ae3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ProjectTemplate
22

33
[![License MIT](https://img.shields.io/badge/license-MIT-success)](https://mit-license.org)
4+
![Release](https://img.shields.io/github/v/release/SomeRandomiOSDev/ProjectTemplate?display_name=tag&sort=semver)
45

56
My custom project template for creating frameworks for iOS, macOS, tvOS and watchOS.
67

@@ -21,10 +22,10 @@ The next step is to navigate into the newly cloned repo and configure it. First
2122
```sh
2223
cd ProjectTemplate/scripts
2324

24-
./config.sh -name "MyNewFramework"
25+
./config.sh "MyNewFramework"
2526
```
2627

27-
This script first copies the `ProjectTemplate` directory to a directory using the same name that you provided for your project in the same directory where the `ProjectTemplate` directory sits. Next it runs through this copy and substitutes the various placeholders in the file names and within the files themselves with the values provided in the `env.sh` script and with the name provided when running the `config.sh` script.
28+
This script first copies the `ProjectTemplate` directory to a directory using the same name that you provided for your project in the same directory where the `ProjectTemplate` directory sits. If need be, you can use the `--output | -o` option to specify a directory in which to create the project. Next it runs through this copy and substitutes the various placeholders in the file names and within the files themselves with the values provided in the `env.sh` script and with the name provided when running the `config.sh` script.
2829

2930
After the script runs, you now have an empty project pre-configured for building various configurations for all supported platforms.
3031

0 commit comments

Comments
 (0)