We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb7b1d commit a1b6705Copy full SHA for a1b6705
docs/content/development.rst
@@ -48,7 +48,7 @@ To run the test suite, you can use the following command:
48
# Setup environment variables (edit as needed)
49
SRC_DIR=$(pwd)
50
BUILD_DIR=build
51
- export eckit_DIR=$HOME/local # set to eckit prefix
+ export eckit_DIR=$HOME/.local # set to eckit prefix
52
53
# Create the the build directory
54
mkdir $BUILD_DIR
0 commit comments