diff --git a/2-IOC-deployment.md b/2-IOC-deployment.md index a8b0218d3ad0960f48962886cee92a5bfe84d567..e7fe2efbc0c426342c4707bc7c313fe49eb035f2 100644 --- a/2-IOC-deployment.md +++ b/2-IOC-deployment.md @@ -225,7 +225,7 @@ The **configure/CONFIG_SITE.local** file is used to specify local configuration The IOC build system will now use an alternative networking library instead of libnet, allowing the IOC to be built without requiring the installation of the net library. -**Note:** the linux command ``$ echo "LINUX_NET_INSTALLED = NO" > configure/CONFIG_SITE.local`` writes the text "LINUX_NET_INSTALLED = NO" to the **configureCONFIG_SITE.local** file. If the file does not exist, the ``>`` sign creates the file and writes the output to it. If the file already exists, the ``>`` sign overwrites its contents with the new output. +**Note:** the linux command ``$ echo "LINUX_NET_INSTALLED = NO" > configure/CONFIG_SITE.local`` writes the text "LINUX_NET_INSTALLED = NO" to the **configure/CONFIG_SITE.local** file. If the file does not exist, the ``>`` sign creates the file and writes the output to it. If the file already exists, the ``>`` sign overwrites its contents with the new output. </details>