Update README.md

Fix: zsh: no matches found: -include=*.html,*.js,*.json,*.css,*.png,*.svg,*.ico
pull/945/head
mxue 4 years ago committed by GitHub
parent db7489fb61
commit c1f9077a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@ cd ../
go get github.com/rakyll/statik 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
``` ```
#### 编译项目 #### 编译项目

Loading…
Cancel
Save