Skip to content

Commit 29e826c

Browse files
committed
Script takes a name, not a path.
1 parent 2e07846 commit 29e826c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Then run
4040
```bash
4141
cd /path/to/your/project/folder/ # whatever folder your Podfile is in.
4242
pod install
43-
Pods/ObjectBox/setup.rb /path/to/your/project/folder/myproject.xcodeproj
43+
Pods/ObjectBox/setup.rb myproject.xcodeproj # whatever your Xcode project is named
4444
```
4545

4646
afterwards to install the framework and its dependencies, and set up the code generator in your project.

0 commit comments

Comments
 (0)