Skip to content

Commit e4868de

Browse files
author
Eric Lange
authored
Update README.md
1 parent b921ee9 commit e4868de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

LiquidCore/src/ios/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ The `init` step will add some utility scripts and the `liquidcore` object to you
2929
#### Step 3: Configure your mobile app project
3030

3131
```bash
32-
$ npx liquidcore pod-config -- --target=<target> --podfile=<podfile>
33-
$ npx liquidcore bundler -- --platform=ios
32+
$ npx liquidcore pod-config --target=<target> --podfile=<podfile>
33+
$ npx liquidcore bundler --platform=ios
3434
$ pod install
3535
```
3636

@@ -53,7 +53,7 @@ where `<TARGET>` is the name of your `xcodeproj` (without the `.xcodeproj` exten
5353
Also, any time you add a new `liquidcore.entry` point in `package.json`, you must first run the bundler and then run `pod install` again. This is a quirk of how Cocoapods works with finding files. Those files must exist at installation time, or they will not be available in the pod, even if they are created later. So after adding a new `entry`, just do this part again:
5454

5555
```bash
56-
$ npx liquidcore bundler -- --platform=ios
56+
$ npx liquidcore bundler --platform=ios
5757
$ pod install
5858
```
5959

0 commit comments

Comments
 (0)