diff --git a/guides/install-docker.md b/guides/install-docker.md index 908e5b8..d402558 100644 --- a/guides/install-docker.md +++ b/guides/install-docker.md @@ -28,7 +28,7 @@ sudo apt update This command will refresh the package lists and update any outdated packages on your system. -- Next, you need to ensure that the curl utility is installed. This tool is used to transfer data to or from a server using various protocols. If you already have curl installed, you can skip this step. Otherwise, execute the following command in the terminal to install it: +- Next, you need to ensure that the curl utility is installed. If you already have curl installed, you can skip this step. Otherwise, execute the following command in the terminal to install it: ```bash sudo apt install curl