From 42812eaa6d38f588b5a98a22c391db9eadc7372e Mon Sep 17 00:00:00 2001 From: Dan V3r0wski <80257662+DanM3rcurius@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:21:50 +0100 Subject: [PATCH] Update README.md to loink to GM fork --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0a1d96a9d..82beff08fa 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh To build `ord` from source: ``` -git clone https://github.com/ordinals/ord.git +git clone https://github.com/gmart7t2/ord.git cd ord cargo build --release ```