diff --git a/building.md b/building.md new file mode 100644 index 0000000..50b973b --- /dev/null +++ b/building.md @@ -0,0 +1,31 @@ +# its very simple + +### before u do any of this stuff: +youll need nodejs, assuming youre on an "outdated" windows 7 system: https://git.randomserver.top/aiek/nodejs7 +a brain +vscode/vscodium or webstorm + +## les do dis!!!!! +1. clone your repository (or download as a zip, doesnt matter 1 is just more convenient than the other) +```git clone https://git.randomserver.top/aiek/aerocord.git``` +2. now open dis in vscode/vscodium or webstorm +3. go to your terminal, then type: +```npm i --force``` +this will **forcefully** install everything you need +4. after that is done, build it! +```npm run package``` + +NOTE: if this happens to you + +'pnpm' is not recognized as an internal or external command, +operable program or batch file. + +then just do ```npm i pnpm --force``` and try again + + +after its done building, just grab the asar file out of one of those files (usually found in the recources folder) and bundle it with dis https://git.randomserver.top/aiek/supermium-electron28-patched + + +if the instructions are **unclear**, hmu on the discord + +https://discord.gg/MnfHDJMqX5 \ No newline at end of file