Skip to content

Commit ef5e209

Browse files
authored
Update README.md
1 parent 4b67f5a commit ef5e209

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Codepush server go is compatible with [react-native-code-push](https://github.com/microsoft/react-native-code-push). Need to be used with [code-push-go](https://github.com/htdcx/code-push-go). Only supported react-native
33

44
## Support version
5-
- mysql >= 8.0
6-
- golang >= 1.21.5
7-
- redis >= 5.0
5+
- [mysql](https://dev.mysql.com/downloads/mysql/) >= 8.0
6+
- [golang](https://go.dev/dl/) >= 1.21.5
7+
- [redis](https://redis.io/downloads/) >= 5.0
88

99
## Support client version
1010
- [react-native-code-push](https://github.com/microsoft/react-native-code-push) >= 7.0
@@ -73,7 +73,7 @@ vi (app.json or app.dev.json or app.prod.json)
7373
"Password":""
7474
}
7575
},
76-
"UrlPrefix": "/api",
76+
"UrlPrefix": "/",
7777
"ResourceUrl": (nginx config url or s3),
7878
"Port": ":8080",
7979
"TokenExpireTime": 30 (day)
@@ -120,5 +120,10 @@ chmod +x code-push-go
120120
<string moduleConfig="true" name="CodePushServerUrl">${CODE_PUSH_SERVER_URL}</string>
121121
```
122122

123+
## Developing
124+
- [ ] Delete app
125+
- [ ] Delete deployment
126+
- [ ] Rollback bundel
127+
123128
## License
124129
MIT License [Read](https://github.com/htdcx/code-push-server-go/blob/main/LICENSE)

0 commit comments

Comments
 (0)