Skip to content

Commit 3399549

Browse files
fixed readme installation guide
fixed readme installation guide
1 parent dd1db8b commit 3399549

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ Test connection with remote SQL server.
1919
ping-test.bat SQLSERVER USERID PASSWORD DATABASE
2020
```
2121

22-
###2) install-with-sample.bat.bat
22+
###2) install-with-sample.bat
2323
Install all database objects , stored procedures and sample data.
2424

2525
```
26-
install-CloudBreadDB-object-create.bat SQLSERVER USERID PASSWORD DATABASE
26+
install-with-sample.bat SQLSERVER USERID PASSWORD DATABASE
2727
```
2828

2929

30+
3031
This project is designed for sql database developer to build CloudBread mobile game server engine backend. For more information about installation and deployment on database, visit CloudBread official project website.
3132

3233
CloudBread official site : https://github.com/CloudBreadProject/CloudBread

0 commit comments

Comments
 (0)