diff --git a/README.md b/README.md index 3da38dc837..84707a0c39 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,25 @@ UTBotJava generates test cases by code, trying to cover maximum statements and execution paths. We treat source code as source of truth assuming that behavior is correct and corresponds to initial user demand. Generated tests are placed in so-called regression suite. Thus, we fixate current behavior by generated test cases. Using UTBotJava developers obtain full control of their code. No future change can break the code without being noticed once it's covered with tests generated by UTBot. This way, modifications made by developers to an existing code are much safer. Hence, with the help of generated unit tests, UTBot provides dramatic code quality improvement. -# How to install UTBot Java IntelliJ IDEA plugin +# UTBot Java IntelliJ IDEA plugin -For now, you can use UTBot under: -- Ubuntu 20.04 -- Windows 10 +UTBot Java provides users with **IntelliJ IDEA** plugin. -See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/intellij-idea-plugin) explaining how to install UTBot Java IntelliJ IDEA plugin. +_The plugin was tested on **Win64** and **Linux64**._ -# How to use UTBot Java IntelliJ IDEA plugin +> ⚠ Not supported on **MAC OS** for now (will be fixed soon). -See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/Generate-tests-with-UTBot-IntelliJ-IDEA-plugin) explaining how to use UTBot Java IntelliJ IDEA plugin. +# How to download IntelliJ IDEA plugin + +You can download the plugin from [GitHub Releases](https://github.com/UnitTestBot/UTBotJava/releases). + +# How to install IntelliJ IDEA plugin + +See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/intellij-idea-plugin) explaining how to install the plugin. + +# How to use IntelliJ IDEA plugin + +See [step-by-step guide](https://github.com/UnitTestBot/UTBotJava/wiki/generate-tests-with-plugin) explaining how to use the plugin. # How to contribute to UTBot Java