From 87c2876b38b73f5440bec819ba6653d4e3fef48a Mon Sep 17 00:00:00 2001 From: NotRin7 <102989232+NotRin7@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:50:55 +0200 Subject: [PATCH] Update build-osx.md --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index 6221db6..c4b596f 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -47,7 +47,7 @@ from the root of the repository. 1. Clone the Palladium Core source code: ```shell - git clone https://github.com/palladium/palladium + git clone https://github.com/NotRin7/palladium.git cd palladium ```