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 ```