From 90772d169a0e1d9d8e5772dc61fc1937accef890 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Fri, 15 Mar 2024 14:56:45 -0500 Subject: [PATCH] Some final edits. Fixes #915. --- docs/source/ufs_utils.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/ufs_utils.rst b/docs/source/ufs_utils.rst index 76ea5b180..ac0829eb9 100644 --- a/docs/source/ufs_utils.rst +++ b/docs/source/ufs_utils.rst @@ -697,14 +697,12 @@ Invoke the build script from the root directory: ./build_all.sh -Set the 'fixed' directories using the script in the 'fix' subdirectory: +Set the 'fixed' directories using the script in the './fix' subdirectory (where $MACHINE is 'hera', 'jet', 'wcoss2', or 's4'): :: ./link_fixdirs.sh emc $MACHINE -where MACHINE is 'hera', 'jet', 'wcoss2', or 's4'. - Configure for your experiment -----------------------------