From 46c86c82ebf90806589ba47fb5127e2744285f25 Mon Sep 17 00:00:00 2001 From: ArseniyKholod <119304909+ArseniyKholod@users.noreply.github.com> Date: Sat, 3 Feb 2024 16:55:39 +0200 Subject: [PATCH] Update docs/literate/src/files/first_steps/changing_trixi.jl Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> --- docs/literate/src/files/first_steps/changing_trixi.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/literate/src/files/first_steps/changing_trixi.jl b/docs/literate/src/files/first_steps/changing_trixi.jl index 3da3b3e54ec..2cd33d41e0c 100644 --- a/docs/literate/src/files/first_steps/changing_trixi.jl +++ b/docs/literate/src/files/first_steps/changing_trixi.jl @@ -19,7 +19,7 @@ # you want to save Trixi.jl. Then click `Clone` and Trixi.jl will be cloned to your computer. # Now you cloned Trixi.jl and only need to tell Julia to use the local clone as the package sources: -# - Open a terminal using `Win+R` and `cmd`. Navigate to the folder with cloned Trixi.jl using `cd`. +# - Open a terminal using `Win+R` and `cmd`. Navigate to the folder with the cloned Trixi.jl using `cd`. # - Create a new directory `run`, enter it, and start Julia with the `--project=.` flag: # ```shell # mkdir run