From f85ae07d2b7347274202effb331cac0bce908460 Mon Sep 17 00:00:00 2001 From: Bert McMahan Date: Tue, 6 Aug 2024 15:21:25 -0500 Subject: [PATCH] Update README.md Missed a ' mark --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc3a45b..16969d0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To run the example IOC, build the packages listed below, then: 1. Follow the steps in "Configuring the system for attached controllers" below. 2. Set the "EPICS_CA_ADDR_LIST" environment variable to include the IP address of the server. If it's running on the same computer, you can use the loopback IP address. -`export EPICS_CA_ADDR_LIST='127.0.0.1` +`export EPICS_CA_ADDR_LIST='127.0.0.1'` 3. In the ``iocs/dsmIOC/iocBoot/iocDsm`` directory, run ``` $ ../../bin/linux-x86_64/dsm st.cmd.md90