Skip to content

Commit a1af932

Browse files
authored
Update README instructions for regenerating the nanopb for Crashlytics (#4886)
1 parent 1877fa6 commit a1af932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Crashlytics/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ testing the FirebaseCrashlytics CocoaPod.
2626

2727
If the crash report proto needs to be updated, follow these instructions -
2828
- Prerequisite installations:
29-
- gem (update|install) cocoapods cocoapods-generate
30-
- brew install protobuf nanopb
31-
- easy_install protobuf python
29+
- `gem (update|install) cocoapods cocoapods-generate`
30+
- `brew install protobuf nanopb-generator`
31+
- `easy_install protobuf python`
3232
- Update `ProtoSupport/Protos/crashlytics.proto` with the new changes
3333
- Depending on the type of fields added/removed, also update `ProtoSupport/Protos/crashlytics.options`.
3434
`CALLBACK` type fields in crashlytics.nanopb.c needs to be changed to `POINTER`

0 commit comments

Comments
 (0)