File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,12 @@ Many `apptainer` installations also come with a wrapper program
69
69
called ` singularity ` for backwards compatibility.
70
70
71
71
## 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 ` .
73
78
They are short but require you to be in the terminal.
74
79
75
80
~~~ admonish note title="Comments"
You can’t perform that action at this time.
0 commit comments