Skip to content

Commit

Permalink
Add explicit command for denv installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Nov 11, 2024
1 parent 40ba44c commit 65b90a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/using/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 65b90a9

Please sign in to comment.