Update README.md

This commit is contained in:
Smirnov Artem
2018-08-13 21:19:14 +03:00
committed by GitHub
parent 280db083b4
commit 794310550c

View File

@@ -79,3 +79,11 @@ sudo systemctl start jenkins
## Requirements
* Jenkins (BlueOcean plugin, optional)
## Troubleshooting
If JDK not installed:
```bash
sudo apt-get install default-jdk
```