minor fix authored by Cedric Roux's avatar Cedric Roux
......@@ -27,7 +27,7 @@ cd cmake_targets
### Build LTE Simulations (L3/L2/L1)
* unitary L1 simulations: `./build_oai --phy_simulators`
* oaisim: `./build_oai --oaisim (build oaisim with S1 support)`
* oaisim: `./build_oai --oaisim` (build oaisim with S1 support)
* oaisim_nos1: `./build_oai --oaisim --noS1` (build oaisim without S1 support)
These will create directories under `cmake_targets` corresponding to the different targets. These are the main directories:
......
......