Skip to content

Commit 9ea273a

Browse files
committed
2 parents a0fd488 + a4188f0 commit 9ea273a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ You can refer to [this](https://www.lllxy.net/Blog/Detail/ea8c626c-fac4-4a19-85e
7272
- CoreHome.ReverseProxy
7373
- appsettings.json
7474

75-
> The content of appsettings.json in CoreHome.HomePage and CoreHome.Admin is exactly the same, just copy and paste.
75+
> The content of appsettings.json in `CoreHome.HomePage` and `CoreHome.Admin` is exactly the same, just copy and paste.
7676
77-
#### Configure database(appsettings.json):
77+
#### Configure database:
7878

79-
Both CoreHome.HomePage and CoreHome.Admin
79+
Both CoreHome.HomePage and CoreHome.Admin's `application.json` files should be configured.
8080

8181
```
8282
"CoreHome": "server=[host];user id=[user];password=[password];database=corehome"
@@ -107,15 +107,15 @@ Both CoreHome.HomePage and CoreHome.Admin
107107

108108
- Visual Studio
109109

110-
Tools \> Nuget Package Manager \> Package Manager Console
110+
Tools \-\> Nuget Package Manager \-\> Package Manager Console
111111

112112
```shell
113113
Update-Database
114114
```
115115

116116
- Visual Studio Code or CLI
117117

118-
Execute the following commands in the CoreHome.HomePage and CoreHome.Admin directory.
118+
Execute the following commands in the `CoreHome.HomePage` and `CoreHome.Admin` directory.
119119

120120
```shell
121121
dotnet-ef database update -p ..\CoreHome.Data
@@ -129,7 +129,7 @@ Click `Startup` in Solution Explorer or `Ctrl+F5`.
129129

130130
- CLI
131131

132-
Execute the following commands in the CoreHome.HomePage and CoreHome.Admin directory.
132+
Execute the following commands in the `CoreHome.HomePage` and `CoreHome.Admin` directory.
133133

134134
```shell
135135
dotnet run
@@ -157,7 +157,7 @@ You can use [DockerHome](https://github.com/lixinyang123/DockerHome "DockerHome"
157157

158158
[![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=lixinyang123&repo=DockerHome)](https://github.com/lixinyang123/DockerHome)
159159

160-
You can use DockerHome to deploy CoreHome, or you can deploy it manually.
160+
You can use `DockerHome` to deploy CoreHome, or you can deploy it manually.
161161

162162
> You can refer to [this](https://www.lllxy.net/Blog/Detail/b73acc42-ec42-4151-b108-a680bd1e0c87) blog to use DockerHome.
163163

0 commit comments

Comments
 (0)