From 8fac5002c45a26b562cc2ec0ec6d4715f5d70e4d Mon Sep 17 00:00:00 2001 From: Rmalavally <56051583+Rmalavally@users.noreply.github.com> Date: Mon, 25 Nov 2019 20:04:06 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99842db39..63a251a2c 100644 --- a/README.md +++ b/README.md @@ -427,7 +427,8 @@ After restarting the system, run the following commands to verify that the ROCm Note: Add the ROCm binaries in your PATH for easy implementation of the ROCm programs. - echo 'export PATH=$PATH:/opt/rocm/bin:/opt/rocm/profiler/bin:/opt/rocm/opencl/bin/x86_64' | sudo tee -a /etc/profile.d/rocm.sh + echo 'export PATH=$PATH:/opt/rocm/bin:/opt/rocm/profiler/bin:/opt/rocm/opencl/bin/x86_64' | + sudo tee -a /etc/profile.d/rocm.sh For more information about installation issues, see: https://rocm.github.io/install_issues.html