From b358a362d0fddb771184e2550c1757af1a7143d8 Mon Sep 17 00:00:00 2001 From: Oliver Lantwin Date: Thu, 23 Nov 2023 13:22:59 +0100 Subject: [PATCH] README: update HTCondor instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f16e013a1c..69e64d6d6c 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ To load the `sndsw` environment, after you build the software, you can simply us However, this won't work if you are using HTCondor. In such case you can do: ```bash -eval alienv load sndsw/latest +eval $(alienv load sndsw/latest --no-refresh) ``` If you modify `sndsw`, simply repeat step 4 from `sndsw`'s parent directory.