From 1275e53ef8b52d6fd0476c3f66693ec6112faaa1 Mon Sep 17 00:00:00 2001 From: Luis Padron Date: Fri, 11 Sep 2026 14:12:50 -0400 Subject: [PATCH] docs: use git clone in build-from-source instructions Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01MBmWpNQ4dSdUGnFcq9Djp5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0fa2d2..5398cdb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ go install github.com/block/drift/cmd/drift@latest # or @vX.X.X Or build from source: ```sh -gh repo clone block/drift +git clone https://github.com/block/drift.git cd drift go run ./cmd/drift --help ```