From 4f12b5064ddd190e0bd22f10783a0a3fa78cf0a2 Mon Sep 17 00:00:00 2001 From: nsnail Date: Fri, 29 Nov 2024 22:21:16 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e23fbc4e..e141dde8 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,14 @@ dotnet --list-sdks git clone https://github.com/nsnail/NetAdmin.git && cd ./NetAdmin # 3. 确认本机 redis 处于运行状态 -redis-server # 启动 +redis-server # 启动服务器 redis-cli # 连接测试 # 下载 redis for windows:https://github.com/redis-windows/redis-windows/releases # 下载 redis for linux/mac:https://redis.io/download # 4. 运行后端 WebApi dotnet run --project ./src/backend/YourSolution.AdmServer.Host/YourSolution.AdmServer.Host.csproj --urls http://[::]:5010 -is -# -i 插入种子数据 -# -s 同步数据库结构 +# -i 插入种子数据;-s 同步数据库结构 # 浏览器访问 http://localhost:5010 ,将看到Swagger(Knife4jUI)界面 # 5. 检查 nodejs 版本 >=20 @@ -118,4 +117,4 @@ biz-infra-->infra | JavaScript | JavaScript解析器 | [Terser](https://github.com/terser/terser) | | JavaScript | 代码质量检查 | [ESLint](https://github.com/eslint/eslint) | | JavaScript | 代码格式化工具 | [Prettier](https://github.com/prettier/prettier) | -| JavaScript | 标准加密库 | [crypto-js](https://github.com/brix/crypto-js) | \ No newline at end of file +| JavaScript | 标准加密库 | [crypto-js](https://github.com/brix/crypto-js) |