mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
fix README Local Setup
This commit is contained in:
parent
c14209ead4
commit
483f055e7a
@ -14,12 +14,12 @@ If you have the motivation and experience with Typescript/Javascript (or are wil
|
|||||||
#### Local Setup
|
#### Local Setup
|
||||||
1. Clone the repo including submodules:
|
1. Clone the repo including submodules:
|
||||||
```shell
|
```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
|
||||||
```
|
```
|
||||||
<sub>Use SSH if preferred</sub>
|
<sub>Use SSH if preferred</sub>
|
||||||
2. Change into the root project directory
|
2. Change into the root project directory
|
||||||
```shell
|
```shell
|
||||||
git clone --recurse-submodules --remote-submodules https://github.com/flx-sta/pokerogue-locales.git
|
cd pokerogue
|
||||||
```
|
```
|
||||||
3. Install all npm modules:
|
3. Install all npm modules:
|
||||||
```shell
|
```shell
|
||||||
|
Loading…
Reference in New Issue
Block a user