From 95b3fead0e317462fbb424ad9247313ce8ee6f66 Mon Sep 17 00:00:00 2001 From: "Gill, Harkirat" Date: Mon, 20 Jan 2025 15:20:15 -0500 Subject: [PATCH] Update clone command in README (#137) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4b872f852..1b1df83a53 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ It can be set by the user in different locations if needed. ## Build and Installation ```bash -git clone https://git@github.com:ROCm/rocprofiler-sdk.git rocprofiler-sdk-source +git clone https://github.com/ROCm/rocprofiler-sdk.git rocprofiler-sdk-source cmake \ -B rocprofiler-sdk-build \ -D ROCPROFILER_BUILD_TESTS=ON \