From edfe6539be606d0abcce5c2fc6e10d08640260b3 Mon Sep 17 00:00:00 2001 From: LinuxGogley Date: Sat, 16 Jun 2018 10:38:52 -0700 Subject: [PATCH] Readme edit --- Engineering/Software/PCL-Realsense-Capture/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Engineering/Software/PCL-Realsense-Capture/README.md b/Engineering/Software/PCL-Realsense-Capture/README.md index fc79fa0..a6f9245 100755 --- a/Engineering/Software/PCL-Realsense-Capture/README.md +++ b/Engineering/Software/PCL-Realsense-Capture/README.md @@ -1,9 +1,9 @@ # Intel Realsense Capture - Requires the librealsense SDK 2 to run. - [1]: https://github.com/IntelRealSense/librealsense "librealsense" + Requires the [librealsense](https://github.com/IntelRealSense/librealsense + "librealsense") SDK 2 to run. In order to build, run the following: - ``` + ```bash $ mkdir build && cd build $ cmake .. $ make