From 483f055e7a4664f8244720b221f5cfb7da0a2ed1 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:05:19 -0700 Subject: [PATCH] fix README Local Setup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67d5943775d..670034d25c4 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ If you have the motivation and experience with Typescript/Javascript (or are wil #### Local Setup 1. Clone the repo including submodules: ```shell - git clone --recurse-submodules --remote-submodules https://github.com/flx-sta/pokerogue-locales.git + git clone --recurse-submodules --remote-submodules https://github.com/pagefaultgames/pokerogue.git ``` Use SSH if preferred 2. Change into the root project directory ```shell - git clone --recurse-submodules --remote-submodules https://github.com/flx-sta/pokerogue-locales.git + cd pokerogue ``` 3. Install all npm modules: ```shell