Skip to content

Commit

Permalink
Change suggested eckit install directory from ~/local to ~/.local
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHodson committed Jun 27, 2023
1 parent ebb7b1d commit a1b6705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To run the test suite, you can use the following command:
# Setup environment variables (edit as needed)
SRC_DIR=$(pwd)
BUILD_DIR=build
export eckit_DIR=$HOME/local # set to eckit prefix
export eckit_DIR=$HOME/.local # set to eckit prefix
# Create the the build directory
mkdir $BUILD_DIR
Expand Down

0 comments on commit a1b6705

Please sign in to comment.