You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,11 @@ This will install the mod in the `Mods` folder and update your `modllist.txt` to
21
21
Alternatively, the mod can be installed manually by downloading the zip file attached in each [release version](https://github.com/BF3RM/MapEditor/releases).
22
22
23
23
## Developer set-up
24
-
- Install [nodejs](https://nodejs.org/en/).
25
-
- Install [yarn](https://yarnpkg.com/).
24
+
- Install [pnpm](https://pnpm.io/installation/).
26
25
- Download MapEditor files and place them in ``.../Server/Admin/Mods``. Path should look like ``.../Server/Admin/Mods/MapEditor``.
27
26
- Add ``mapeditor`` to your ``modlist.txt`` file.
28
-
- Open cmd, cd to ``.../Server/Admin/Mods/MapEditor/WebUI`` and run yarn.
29
-
- After all the dependencies are installed run ``yarn build``.
27
+
- Open cmd, cd to ``.../Server/Admin/Mods/MapEditor/WebUI`` and run `pnpm i`.
28
+
- After all the dependencies are installed run ``pnpm build``.
0 commit comments