diff --git a/README.md b/README.md index aeeed2b2b0..a8ea69e83a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Run `mvn clean install` to build. Activate a faster profile build by adding `-Pf 1. Go to the `dockerfiles` directory. 2. Run `./build.sh`. 3. Tag the **che-server** image with your account: `docker tag quay.io/eclipse/che-server:next //che-server:next`. -4. Push the **che-server** image to your account `docker push //che-server:next`. +4. Push the **che-server** image to your account: `docker push //che-server:next`. # Debug 1. Deploy Che to [an openshift cluster](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/). Use the previously built image: `chectl server:start --platform= --cheimage=//che-server:next`