Commit 91f9a273 by Amelin Konstantin

Some changes in README.md

parent 44d87a46
...@@ -40,12 +40,14 @@ sbt assembly ...@@ -40,12 +40,14 @@ sbt assembly
4) Положить run.sh, run.bat, converter.jar, readme.txt, LICENSE.txt в отдельную папку 4) Положить run.sh, run.bat, converter.jar, readme.txt, LICENSE.txt в отдельную папку
5) Запуск в *nix 5) inputDirPath - путь к директории входящих сообщений. outputDirPath - путь к директории сконвертированных сообщений.
6) Запуск в *nix
``` ```
./run.sh INPUT OUTPUT ./run.sh inputDirPath outputDirPath
``` ```
6) Запуск в Windows 7) Запуск в Windows
``` ```
run INPUT OUTPUT run inputDirPath outputDirPath
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment