Commit ecf6815e by Amelin Konstantin

Change README.md

parent 1f54c1d0
......@@ -31,4 +31,18 @@ sbt ~test
## Запуск проекта production mode
1) Для отключения детального логгирования установить **debug = false** в src/main/resources/application.conf
2) Сборка проекта
```
sbt assembly
```
3) В ProjectRoot/target/scala-y.z появится converter.jar
4) Положить run.sh, run.bat, converter.jar, LICENSE.txt в отдельную папку
5) Запуск в *nix
```
./run.sh INPUT OUTPUT
```
6) Запуск в Windows
```
run INPUT OUTPUT
```
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