Skip to content

Commit

Permalink
Update README.md (#74)
Browse files Browse the repository at this point in the history
Add `--cache-builds` file to CI Workflow
  • Loading branch information
tmspzz authored Jun 1, 2017
1 parent 52ea984 commit 5393995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Or in code:

```
rome download --platform iOS # download missing frameworks (or copy from local cache)
rome list --missing --platform ios | awk '{print $1}' | xargs carthage update --platform ios # list what is missing and update/build if needed
rome list --missing --platform ios | awk '{print $1}' | xargs carthage update --platform ios --cache-builds # list what is missing and update/build if needed
rome list --missing --platform ios | awk '{print $1}' | xargs rome upload --platform ios # upload what is missing
```

Expand Down

0 comments on commit 5393995

Please sign in to comment.