From 4283af2ae1590951fa34c98958cebc0792ebb59d Mon Sep 17 00:00:00 2001 From: "damaz@google.com" Date: Wed, 4 Mar 2026 09:40:29 +0100 Subject: [PATCH] update README Change-Id: Ia033035e01b16ac9bdb683ff3d2f9c137c360764 --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a04f4b..cb4ae82 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,11 @@ in Python. For now, you can install the SDK using the following commands: ```bash -# Create a directory for the SDK -mkdir sdk - # Clone the repository -git clone https://github.com/Universal-Commerce-Protocol/python-sdk.git sdk/python +git clone https://github.com/Universal-Commerce-Protocol/python-sdk.git # Navigate to the directory -cd sdk/python +cd python-sdk # Install dependencies uv sync