From 65b90a9ee21a2285fc9f3d6b751cb23731692498 Mon Sep 17 00:00:00 2001 From: Tamas Vami Date: Mon, 11 Nov 2024 11:54:34 -0800 Subject: [PATCH] Add explicit command for denv installation --- src/using/getting-started.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/using/getting-started.md b/src/using/getting-started.md index 9f696c14..76682024 100644 --- a/src/using/getting-started.md +++ b/src/using/getting-started.md @@ -69,7 +69,12 @@ Many `apptainer` installations also come with a wrapper program called `singularity` for backwards compatibility. ## Install `denv` -Follow [these instructions](https://tomeichlersmith.github.io/denv/getting_started.html#installation) for installing `denv`. +For most users the following command will install the latest version of `denv` +``` +curl -s https://raw.githubusercontent.com/tomeichlersmith/denv/main/install | sh +``` + +If it doesn't work follow [these instructions](https://tomeichlersmith.github.io/denv/getting_started.html#installation) for installing `denv`. They are short but require you to be in the terminal. ~~~admonish note title="Comments"