* 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>
Этот коммит содержится в:
Ossian O'Reilly
2025-10-31 10:16:09 -07:00
коммит произвёл GitHub
родитель 37bbc9062a
Коммит b9de7baaa9
+2 -2
Просмотреть файл
@@ -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
```