Update README.md

Missed a ' mark
This commit is contained in:
2024-08-06 15:21:25 -05:00
parent 3ecb9676c0
commit f85ae07d2b

View File

@@ -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. 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. 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. 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 3. In the ``iocs/dsmIOC/iocBoot/iocDsm`` directory, run
``` ```
$ ../../bin/linux-x86_64/dsm st.cmd.md90 $ ../../bin/linux-x86_64/dsm st.cmd.md90