From a38ac956dfaf53711a4cddea73ae1b8cf617211a Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 24 Jan 2023 13:50:02 +0100 Subject: chore: Remove legacy workarounds --- docs/1_INSTALLING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/1_INSTALLING.md b/docs/1_INSTALLING.md index f27dfc1..96f1bed 100644 --- a/docs/1_INSTALLING.md +++ b/docs/1_INSTALLING.md @@ -1,5 +1,5 @@ > **Warning** -> These instructions are only for advanced users. If you're not a Developer, you should use our [graphical installer](https://github.com/Vendicated/VencordInstaller#usage) instead. +> These instructions are only for advanced users. If you're not a Developer, you should use our [graphical installer](https://github.com/Vendicated/VencordInstaller#usage) instead. # Installation Guide @@ -183,7 +183,6 @@ In `index.js`: ```js require("C:/Users//path/to/vencord/dist/patcher.js"); -require("../app.asar"); ``` And in `package.json`: -- cgit