Commit 455fe23c by Amelin Konstantin

change readme.md

parent 5067e816
# Конвертер из формата репозитария НРД в формат репозитария РТС
# Установка
## Установка
1) Установить [IDE](https://www.jetbrains.com/idea/).
1) Установить [IntelliJ IDEA CE](https://www.jetbrains.com/idea/).
2) Установить Scala/Sbt [плагин](https://www.jetbrains.com/help/idea/discover-intellij-idea-for-scala.html#scala_plugin).
# Импорт проекта
## Импорт проекта
Импортировать проект. <https://www.jetbrains.com/help/idea/sbt-support.html#import_sbt>
Импортировать проект. <https://www.jetbrains.com/help/idea/sbt-support.html#import_sbt>
# Запуск проекта
## Запуск проекта
1) Создать в корне проекта папку output.
1) Создать в корне проекта папку **output**.
2) Запуск из терминала
```
......@@ -21,7 +21,7 @@ sbt run
sbt ~run
```
3) Запуск из IDE. <https://www.jetbrains.com/help/idea/discover-intellij-idea-for-scala.html#RunningDebugging>
3) Запуск из IDE. <https://www.jetbrains.com/help/idea/discover-intellij-idea-for-scala.html#RunningDebugging>
4) Запуск тестов из терминала
```
......
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