Skip to content

Commit 3cc3c4e

Browse files
committed
Improve recompilation instructions
1 parent 56583f2 commit 3cc3c4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/gettingstarted/installing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You can list all your available packages with `alienv q`.
8484
```note
8585
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)).
8686
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).
8888
```
8989

9090
```warning
@@ -103,6 +103,9 @@ Allow `direnv` to load the build environment. (Needed only once in a given direc
103103
direnv allow
104104
```
105105

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+
106109
You can now rebuild and install entire O2Physics with
107110

108111
```bash

0 commit comments

Comments
 (0)