remove not needed text in docker install guide

This commit is contained in:
Lee 2023-06-26 14:13:55 +01:00
parent db2c80620a
commit 308d15362b

@ -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