From cc37342a9784c9d1f8d5c0e9e04575c5b40ea896 Mon Sep 17 00:00:00 2001 From: Jeff Yoder Date: Mon, 23 Sep 2024 16:24:11 -0700 Subject: [PATCH] Update installation_instructions.md Add clarification on use case for cloning repository locally with git rather than installing with Pkg.jl --- docs/src/installation_instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/installation_instructions.md b/docs/src/installation_instructions.md index c3a09d8c2f..714c9d16cb 100644 --- a/docs/src/installation_instructions.md +++ b/docs/src/installation_instructions.md @@ -14,6 +14,7 @@ Alternatively, you can clone the `ClimaAtmos` ``` $ git clone https://github.com/CliMA/ClimaAtmos.jl.git ``` +This is useful if you want to keep up with bleeding-edge changes between major releases. Now change into the `ClimaAtmos.jl` directory with