From ee13e852659dec6296d7e2a77eb67402f8d8af3f Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Thu, 15 Aug 2019 13:33:21 -0500 Subject: [PATCH] Correct README Markdown formatting Change-Id: Id63618fc7fa7fa7cdc68bcd451cbe89ef2c04469 --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index e6c920fcec..0fb1a2c82e 100755 --- a/docs/README.md +++ b/docs/README.md @@ -26,8 +26,8 @@ After the the ROCm SMI library git repository has been cloned to a local Linux m ##### ```$ cd build``` ##### ```$ cmake ``` ##### ```$ make``` -##### ```# Install library file and header; default location is /opt/rocm -##### ```$ make install +##### ```# Install library file and header; default location is /opt/rocm``` +##### ```$ make install``` The built library will appear in the `build` folder. #### Building the Documentation