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

更新readme.md

上级 db21553d
### Usage
### Before
`gem install docx`
### Useage
1. 将需要转换的`.docx`文件放入到`docxs`目录当中,并重命名为英文名称
2. 使用`irb`命令进入ruby命令行
3. 输入`require './md_genetator'`
4. 执行`MdGenerator.new('docxs/文件名.docx').execute`来转换
### After
转换后的`.md`文件会保存在`markdowns`目录中,图片会保存在`images`目录中,执行成功后拷贝到hugo项目中即可进行校对
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册