Skip to content

Commit

Permalink
add warning about not denv init within ldmx-sw
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith authored Sep 20, 2024
1 parent 98b8d45 commit ca56d1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/using/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ denv init ldmx/pro:v4.0.1
- The version of ldmx-sw listed here is just an example, changing the version later can be done with `denv config image ldmx/pro:<ldmx-sw-version>` if desired.
~~~

~~~admonish warning
The `denv init` command should not be run from within ldmx-sw.
This could lead to a confusing state where the fire being run
is not the one associated with the ldmx-sw that resides in that
directory.
~~~

~~~admonish success title="Test"
We can make sure you have access to ldmx-sw by trying to have ldmx-sw's core program `fire`
printout its help message.
Expand Down

0 comments on commit ca56d1f

Please sign in to comment.