From b9de7baaa9a23918813bf8ebe3b34daa0b0dc3df Mon Sep 17 00:00:00 2001 From: Ossian O'Reilly Date: Fri, 31 Oct 2025 10:16:09 -0700 Subject: [PATCH] Update README.md (#1611) * Update README.md Add missing directory in git sparse-checkout instructions * Update README.md typo --------- Co-authored-by: Young Hui - AMD <145490163+yhuiYH@users.noreply.github.com> --- projects/rocprofiler-compute/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-compute/README.md b/projects/rocprofiler-compute/README.md index 8267cfbcde..69552116a1 100644 --- a/projects/rocprofiler-compute/README.md +++ b/projects/rocprofiler-compute/README.md @@ -20,7 +20,7 @@ contribution process. ## Development -ROCm Compute Profiler is now included in the rocm-systems super-repo. The latest sources are in the `develop` branch. You can find particular releases in the `release/rocm-rel-X.Y` branch for the paricular release you're looking for. +ROCm Compute Profiler is now included in the rocm-systems super-repo. The latest sources are in the `develop` branch. You can find particular releases in the `release/rocm-rel-X.Y` branch for the particular release you're looking for. ### Pulling the source using sparse-checkout @@ -33,7 +33,7 @@ git sparse-checkout init --cone git sparse-checkout set projects/rocprofiler-compute git checkout develop -cd rocprofiler-compute +cd projects/rocprofiler-compute python3 -m pip install -r requirements.txt ```