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