From d7226e5c365d8efa45cf608be656510c8a19826e Mon Sep 17 00:00:00 2001 From: Harkirat Gill Date: Tue, 8 Oct 2024 11:12:11 -0400 Subject: [PATCH] Update clone command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a83678fb..055f3a0b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,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 \