From e74169f79d9da830d3d39d6de058cd840ede52cc Mon Sep 17 00:00:00 2001 From: dperolio Date: Thu, 3 Mar 2022 07:49:34 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e1a2daa..e1afa93f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Installation (Windows): Installation (\*nix): * Clone the repository using git with this command: `git clone https://github.com/vizality/vizality` * Run `cd vizality` -* Run `node src/setup inject --no-exit-codes` **as root** +* Run `npm run setup:sudo` **as root** * And restart your discord client **completely** through the system tray. ### Uninstallation @@ -36,7 +36,7 @@ Uninstallation (Windows): Uninstallation (\*nix): * Go to the Vizality's folder using the `cd` command. -* Run `node src/setup uninject --no-exit-codes` **as root** +* Run `npm run setup:sudo` **as root** * And restart your discord client **completely** through the system tray. ### Support