提交 2f1119c2 编写于 作者: 张重言's avatar 张重言 🌈

Merge branch 'pulltheflower-master-patch-73962' into 'master'

更新readme.md

See merge request pulltheflower/md_generator!2
......@@ -6,9 +6,16 @@
### Useage
1. 将需要转换的`.docx`文件放入到`docxs`目录当中,并重命名为英文名称
2. 使用`irb`命令进入ruby命令行
3. 输入`require './md_genetator'`
4. 执行`MdGenerator.new('docxs/文件名.docx').execute`来转换
#### Each with single docx file
1. 使用`irb`命令进入ruby命令行
2. 输入`require './md_genetator'`
3. 执行`MdGenerator.new('docxs/文件名.docx').execute`来转换
#### Batch file generate
1. `ruby batch_generator.rb`
### After
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册