From 6501e876db3fd46bfc1818d1dc62fd523d63ceee Mon Sep 17 00:00:00 2001 From: Dave Casper <dcasper@uci.edu> Date: Thu, 13 Feb 2020 23:50:17 +0000 Subject: [PATCH] Fix typo in README for digitization --- Tracker/TrackerDigitization/FaserSCT_Digitization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tracker/TrackerDigitization/FaserSCT_Digitization/README.md b/Tracker/TrackerDigitization/FaserSCT_Digitization/README.md index 00fe54b9..46401952 100644 --- a/Tracker/TrackerDigitization/FaserSCT_Digitization/README.md +++ b/Tracker/TrackerDigitization/FaserSCT_Digitization/README.md @@ -3,7 +3,7 @@ This package will translate Geant4 hits (HITS) into RawDataObject (RDO) data fil Because input data and alignment is needed, there are a few steps to prepare. From a run directory where calypso is installed (displayed in the command-line prompt as `run >` below), do: ``` -run > ./setup.sh +run > source ./setup.sh ``` This sets up the runtime environment after building. The "." is mandatory. -- GitLab