From d25815ff52a1dcf482680a575a95b1bf65fbae5e Mon Sep 17 00:00:00 2001 From: Yusuke Nakamura Date: Tue, 9 Mar 2021 21:38:03 +0900 Subject: [PATCH] Update git repository url in README.md Use brain-hackers org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e34301f..b928c2d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Getting Started 1. Clone this repository with recursive clone enabled. ``` - $ git clone --recursive git@github.com:puhitaku/buildbrain.git + $ git clone --recursive git@github.com:brain-hackers/buildbrain.git ``` - If you've cloned it without `--recursive`, run following command: