You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/ioc_changes2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ make
75
75
The IOC instance definition is a YAML file that tells `ibek` what the runtime assets (ie. EPICS DB and startup script) should look like. Previous tutorials selected the IOC instance definition from a beamline repository. In this case we will use the example IOC instance that comes with `ioc-adsimdetector`. The following command will select the example IOC instance:
76
76
77
77
```console
78
-
ibek dev instance /workspaces/ioc-adsimdetector/ioc_examples/bl01t-ea-test-02
78
+
ibek dev instance /workspaces/ioc-adsimdetector/services/bl01t-ea-test-02
79
79
```
80
80
81
81
The above command removes the existing config folder `/epics/ioc/config` and
0 commit comments