Skip to content

Commit a1b6705

Browse files
committed
Change suggested eckit install directory from ~/local to ~/.local
1 parent ebb7b1d commit a1b6705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/development.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To run the test suite, you can use the following command:
4848
# Setup environment variables (edit as needed)
4949
SRC_DIR=$(pwd)
5050
BUILD_DIR=build
51-
export eckit_DIR=$HOME/local # set to eckit prefix
51+
export eckit_DIR=$HOME/.local # set to eckit prefix
5252
5353
# Create the the build directory
5454
mkdir $BUILD_DIR

0 commit comments

Comments
 (0)