From 308d15362b791be0e93e34fe6e1984aaa24ed1d7 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 26 Jun 2023 14:13:55 +0100 Subject: [PATCH] remove not needed text in docker install guide --- guides/install-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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