diff --git a/README.md b/README.md index 63fcb25..b9902e1 100644 --- a/README.md +++ b/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 +## Dependency installation: + +```bash +luarocks install luasec +``` + ## Usage: -``` +```bash md-parser [-o ] [-s ] [-c ] [-u] [-h] @@ -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 -``` \ No newline at end of file +```