You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gettingstarted/installing.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ You can list all your available packages with `alienv q`.
84
84
```note
85
85
This requires that you have successfully built Git branch `[branch]` (e.g. `master`) of O2Physics with aliBuild (see Section [Build and rebuild](#build-and-rebuild)).
86
86
87
-
You also need to have [`direnv`](https://direnv.net/docs/installation.html) installed to load the correct build environment automatically when you enter the build directory (and to unload it when you exit).
87
+
You also need to have `direnv` installed and hooked (see [instructions](https://direnv.net/docs/installation.html)) to load the correct build environment automatically when you enter the build directory (and to unload it when you exit).
88
88
```
89
89
90
90
```warning
@@ -103,6 +103,9 @@ Allow `direnv` to load the build environment. (Needed only once in a given direc
103
103
direnv allow
104
104
```
105
105
106
+
You should see a message starting with `direnv: loading`.
107
+
If you don't, verify that you have `direnv` installed and hooked properly.
108
+
106
109
You can now rebuild and install entire O2Physics with
0 commit comments