Updated readme, added dependencies
This commit is contained in:
parent
73aa9bf2aa
commit
c6107ca968
10
README.md
10
README.md
@ -2,9 +2,15 @@
|
|||||||
|
|
||||||
This tool helps to download all images in markdown document and put them into one folder with changed paths
|
This tool helps to download all images in markdown document and put them into one folder with changed paths
|
||||||
|
|
||||||
|
## Dependency installation:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
luarocks install luasec
|
||||||
|
```
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
md-parser [-o <output>] [-s <server>] [-c <config>] [-u] [-h]
|
md-parser [-o <output>] [-s <server>] [-c <config>] [-u] [-h]
|
||||||
<input>
|
<input>
|
||||||
|
|
||||||
@ -31,4 +37,4 @@ It also has integrated functional to upload this article over ssh. As for MIT li
|
|||||||
|
|
||||||
```
|
```
|
||||||
lua src/main.lua spec/assets/tmp_dir/some\ file.md -u -s dm1sh@localhost -o /tmp/art
|
lua src/main.lua spec/assets/tmp_dir/some\ file.md -u -s dm1sh@localhost -o /tmp/art
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user