Skip to content

Commit 65b90a9

Browse files
committed
Add explicit command for denv installation
1 parent 40ba44c commit 65b90a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/using/getting-started.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@ Many `apptainer` installations also come with a wrapper program
6969
called `singularity` for backwards compatibility.
7070

7171
## Install `denv`
72-
Follow [these instructions](https://tomeichlersmith.github.io/denv/getting_started.html#installation) for installing `denv`.
72+
For most users the following command will install the latest version of `denv`
73+
```
74+
curl -s https://raw.githubusercontent.com/tomeichlersmith/denv/main/install | sh
75+
```
76+
77+
If it doesn't work follow [these instructions](https://tomeichlersmith.github.io/denv/getting_started.html#installation) for installing `denv`.
7378
They are short but require you to be in the terminal.
7479

7580
~~~admonish note title="Comments"

0 commit comments

Comments
 (0)