Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
wdcodecn committed Sep 30, 2024
1 parent 48e7ce8 commit 598417c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.Zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ cgo: exec gcc: exec: "gcc": executable file not found in %PATH%
``` bash
# 首次配置需要初始化数据库资源信息
# macOS or linux 下使用
$ ./go-admin migrate -c config/settings.dev.yml
$ ./go-admin migrate -c config/settings.yml

# ⚠️注意:windows 下使用
$ go-admin.exe migrate -c config/settings.dev.yml
$ .\go-admin.exe migrate -c config/settings.yml


# 启动项目,也可以用IDE进行调试
Expand All @@ -196,7 +196,7 @@ $ ./go-admin server -c config/settings.yml


# ⚠️注意:windows 下使用
$ go-admin.exe server -c config/settings.yml
$ .\go-admin.exe server -c config/settings.yml
```

#### sys_api 表的数据如何添加
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,17 +183,17 @@ cgo: exec gcc: exec: "gcc": executable file not found in %PATH%
``` bash
# The first configuration needs to initialize the database resource information
# Use under macOS or linux
$ ./go-admin migrate -c config/settings.dev.yml
$ ./go-admin migrate -c config/settings.yml

# ⚠️Note: Use under windows
$ go-admin.exe migrate -c config/settings.dev.yml
$ .\go-admin.exe migrate -c config/settings.yml

# Start the project, you can also use the IDE for debugging
# Use under macOS or linux
$ ./go-admin server -c config/settings.yml

# ⚠️Note: Use under windows
$ go-admin.exe server -c config/settings.yml
$ .\go-admin.exe server -c config/settings.yml
```

#### Use docker to compile and start
Expand Down

0 comments on commit 598417c

Please sign in to comment.