We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b31b6a commit 0058ce1Copy full SHA for 0058ce1
README.md
@@ -9,7 +9,9 @@ The program reads all the useful game jsons and parses them to get what is neede
9
## Instructions
10
11
* Extract game data in JSON format. A programme such as [FModel](https://github.com/4sval/FModel) can be used for this purpose.
12
-* The important folders are: Content/Mist/Data/, Content/Localization/Game
+* The important folders are:
13
+ * Content/Mist/Data/
14
+ * Content/Localization/Game
15
* Clone this repository and install [Node.js](https://nodejs.org/es/)
16
* Install project dependencies: `npm install`
17
* Create an .env with the data. [Similar to the example](.env.example)
0 commit comments