Skip to content

Commit 79ea4ef

Browse files
authored
update doc for new readout config file (#509)
1 parent 2faf3b5 commit 79ea4ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/QuickStart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This workflow is a bit different from the basic one. The _Readout_ is not a DPL,
129129

130130
The first thing is to load the environment for the readout in a new terminal: `alienv enter Readout/latest`.
131131

132-
Then enable the data sampling channel in readout by opening the readout config file located at `$READOUT_ROOT/etc/readout.cfg` and make sure that the following properties are correct:
132+
Then enable the data sampling channel in readout by opening the readout config file located at `$READOUT_ROOT/etc/readout-qc.cfg` and make sure that the following properties are correct:
133133

134134
```
135135
# First make sure we never exit
@@ -146,7 +146,7 @@ enabled=1
146146

147147
Start Readout in a terminal:
148148
```
149-
readout.exe file://$READOUT_ROOT/etc/readout.cfg
149+
readout.exe file://$READOUT_ROOT/etc/readout-qc.cfg
150150
```
151151

152152
Start in another terminal the proxy, DataSampling and QC workflows:

0 commit comments

Comments
 (0)