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