From 6b473fa930be24bbecf64e76ef01c3a57154f4aa Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Mon, 5 Feb 2024 06:32:42 +0100 Subject: [PATCH] Update docs/literate/src/files/first_steps/getting_started.jl --- docs/literate/src/files/first_steps/getting_started.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/literate/src/files/first_steps/getting_started.jl b/docs/literate/src/files/first_steps/getting_started.jl index 1fdda6f3a87..2bfaf33b5fc 100644 --- a/docs/literate/src/files/first_steps/getting_started.jl +++ b/docs/literate/src/files/first_steps/getting_started.jl @@ -47,7 +47,7 @@ # ``` # Follow the instructions displayed in the terminal during the installation process. # - If an error occurs during the execution of the previous command, you may need to install -# `curl`. Use the following command: +# `curl`. On Ubuntu-type systems, you can use the following command: # ```shell # sudo apt install curl # ```