Skip to content

Commit 248b9ab

Browse files
authored
Update README.md
1 parent ea939ae commit 248b9ab

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tools/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@
22

33
This tool is used to demonstrate the basic push process for verifying callkeep. The tool is written in golang.
44

5+
prepare to run:
6+
7+
`cd tools && go mod tidy`
8+
59
## For iOS APNS
610

711
please refer to `https://developer.apple.com/account/resources/certificates/add`.
8-
Choose `VoIP Services Certificate` to create a push certificate, download voip_services.cer and install it to the keychain tool, and export its private key rename it to `callkeep-apns.p12`
12+
13+
Choose `VoIP Services Certificate` to create a push certificate, download `voip_services.cer` and install it to the keychain tool, export its private key rename it to `callkeep-apns.p12`
914

1015
`go run cmd/main.go -i +8618612345678 -p apns -d $ios_device_token`
1116

1217
## For Android FCM
1318

1419
please refer to `https://console.firebase.google.com/project/[your project]/settings/serviceaccounts/adminsdk`
15-
Select the `go` sdk format under your fcm project to download serviceAccountKey.json and rename it to `callkee-fcm.json`
20+
21+
Select the `go` sdk format under your fcm project to download `serviceAccountKey.json` and rename it to `callkee-fcm.json`
1622

1723
`go run cmd/main.go -i +8618612345678 -p fcm -d $android_fcm_token`

0 commit comments

Comments
 (0)