diff --git a/README.md b/README.md index 40d3e5c742..65f6a37992 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ This project offers a convenient method to host Huly using `docker`, designed fo - [Node.js](https://nodejs.org/en/download/) (v20 is required) - [Docker](https://docs.docker.com/get-docker/) - [Docker Compose](https://docs.docker.com/compose/install/) -- Make sure what docker and `docker compose` commands are available in your terminal (e.g. `docker --version` and `docker compose --version`). -- Make sure what docker and `docker compose` commands can be executed without sudo (e.g. `docker run hello-world` and `docker compose --version`). +- Make sure that `docker` and `docker compose` commands are available in your terminal (e.g. `docker --version` and `docker compose version`). +- Make sure that `docker` and `docker compose` commands can be executed without sudo (e.g. `docker run hello-world` and `docker compose version`). ## Fast start