From a4c8275c654568cc69cd6dce3190470f073abf28 Mon Sep 17 00:00:00 2001 From: rafael Date: Fri, 3 Jan 2025 17:51:36 +0100 Subject: [PATCH] README: Update clone instructions from ssh to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e53f3f0..8855b34 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Install [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-nati #### Running ``` -git clone ssh://git@github.com/dweam-team/world-arcade +git clone https://github.com/dweam-team/world-arcade cd world-arcade docker compose up --build ```