Update README.md

Fix: zsh: no matches found: -include=*.html,*.js,*.json,*.css,*.png,*.svg,*.ico
This commit is contained in:
mxue 2021-07-14 13:37:38 +08:00 committed by GitHub
parent db7489fb61
commit c1f9077a59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ cd ../
go get github.com/rakyll/statik
# 开始嵌入
statik -src=assets/build/ -include=*.html,*.js,*.json,*.css,*.png,*.svg,*.ico -f
statik -src=assets/build/ -include="*.html,*.js,*.json,*.css,*.png,*.svg,*.ico" -f
```
#### 编译项目