From 495db71f32f8debefe1235c89d44b34176dc5883 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Thu, 4 Apr 2024 10:28:34 -0400 Subject: [PATCH] Fixed MD linting issue regarding code blocks. Signed-off-by: David Galiffi Change-Id: Id0467b332bf033642a2d403090ffe598e41689f5 [ROCm/ROCR-Runtime commit: a8bd453243e9a5ec8f7be05cca6798e0918701f7] --- projects/rocr-runtime/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/rocr-runtime/README.md b/projects/rocr-runtime/README.md index b74436e7e2..0433136bb8 100644 --- a/projects/rocr-runtime/README.md +++ b/projects/rocr-runtime/README.md @@ -29,7 +29,9 @@ If the hsakmt-roct and hsakmt-roct-dev packages are desired: cmake .. make package ``` + If you choose not to build and install packages, manual installation of the binaries and header files can be done via: + ```bash make install ```