diff --git a/README.md b/README.md index 363240a54a..932cca7cfd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Run `mvn clean install` to build. Activate a faster profile build by adding `-Pf # Debug 1. Deploy Che to a [Red Hat OpenShift](https://www.eclipse.org/che/docs/stable/administration-guide/installing-che-on-openshift-using-cli/) or [Minikube](https://www.eclipse.org/che/docs/stable/administration-guide/installing-che-on-minikube/) cluster by using a previously built image: `chectl server:start --platform= --cheimage=//che-server:next`. 2. Enable local debug of Eclipse Che server: `chectl server:debug`. -3. In your IDE create a new Remote JVM Debug configuration on `localhost:8000`. +3. In your IDE, create a new Remote JVM Debug configuration on `localhost:8000`. 4. Hit a breakpoint in the code and activate the debug configuration.