diff --git a/README.md b/README.md index 837b080..65373a9 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ UPDATE: Implemented send/receive pipeline with the NDI protocol. 4. Change Pangolin_DIR ### Building -1. Go to the Gstreamer installation path and source the environment: `cd MediaFramework` and then `source deploy-linux/set-env.sh` -2. `cd cv_networking_pipeline_linux` and then `mkdir build && cd build` -2. `cmake ..` -3. `make` +Go to the Gstreamer installation path and source the environment: `cd MediaFramework` and then `source deploy-linux/set-env.sh` +``` +cd cv_networking_pipeline_linux` and then `mkdir build && cd build +cmake .. +make +``` ## Running