From c6107ca968df2c51af07dbdb61ae06b621b0b592 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Sat, 10 Apr 2021 11:27:21 +0500 Subject: [PATCH] Updated readme, added dependencies --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 +```