Skip to content

Commit 0fce056

Browse files
committed
explained the setup scripts
1 parent 758de1c commit 0fce056

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,16 @@ This mission uses the normalizer and radio preset editor tools, also found in th
1313

1414
* 7za from the [7-Zip Extra: standalone console version](https://www.7-zip.org/a/7z1900-extra.7z)
1515
* lua from [Lua for Windows](https://github.com/rjpcomputing/luaforwindows)
16+
* npm from [NodeJS](https://nodejs.org/en/)
1617

1718
Note: it is easier to install all the prerequisites with [Chocolatey](https://chocolatey.org)
1819

20+
We created some scripts that you can use (in the folder named *setup*) :
21+
1. run *install-chocolatey.cmd* in an **elevated** shell (as administrator)
22+
2. restart your shell (**important**)
23+
3. run *install-requirements.cmd* in an **elevated** shell (as administrator)
24+
4. (optional) run *install-optionals.cmd* in an **elevated** shell (as administrator)
25+
1926
## Workflow
2027

2128
### Build the mission

0 commit comments

Comments
 (0)