We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba29868 commit 42c158fCopy full SHA for 42c158f
1 file changed
README.md
@@ -18,10 +18,22 @@ Updating the version of an application can be repetitive. XcodeProjectBump is he
18
19
## 📖 Usage
20
21
+### Install
22
+
23
+- Using [Mint](https://github.com/yonaskolb/Mint)
24
+```sh
25
+$ brew install mint
26
+```
27
28
29
+$ mint install techinpark/XcodeProjectBump
30
31
32
To use XcodeProjectBump, navigate to your Xcode project's root directory in the terminal and type:
33
34

35
36
37
```bash
38
$ XcodeProjectBump [flags]
39
```
0 commit comments