Update README.md
Fix: zsh: no matches found: -include=*.html,*.js,*.json,*.css,*.png,*.svg,*.ico
This commit is contained in:
parent
db7489fb61
commit
c1f9077a59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
#### 编译项目
|
||||
|
|
Loading…
Add table
Reference in a new issue