We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e08939 commit a9867feCopy full SHA for a9867fe
1 file changed
README.md
@@ -54,7 +54,7 @@ cd ios && pod install
54
# Step 3
55
生成配置文件
56
```bash
57
-./node_modules/.bin/iconfont init
+npx iconfont init
58
```
59
此时项目根目录会生成一个`iconfont.json`的文件,内容如下:
60
```json
@@ -102,7 +102,7 @@ cd ios && pod install
102
# Step 4
103
开始生成React组件
104
105
-./node_modules/.bin/iconfont
+npx iconfont
106
107
生成后查看您设置的保存目录中是否含有所有的图标
108
0 commit comments