-
-
Notifications
You must be signed in to change notification settings - Fork 147
Installation
Harley edited this page Sep 18, 2019
·
19 revisions
-
git
- https://git-scm.com/downloads -
node
andnpm
(v10.0.0 or higher) - https://nodejs.org - Discord Canary (support for Stable and PTB release channels are no longer offered!)
Please ensure that you’ve installed ‘Git’ and ‘Node’ and are using ‘Discord Canary’ before proceeding through these steps.
- Open a command prompt / terminal of your choice (e.g.
CMD
if you’re on Windows, orTerminal
if you’re using Linux/macOS). (Do NOT Run as an Administrator) - In chronological order, type each of these commands using the command prompt / terminal opened in Step 1:
git clone https://github.com/powercord-org/powercord
cd powercord
npm i
-
npm run plug
(Side note: if you're on Linux, you need root perms for this command!)
- Completely kill your Discord Client (right-click Discord in the System Tray -> “Quit DiscordCanary”)
- Start Discord back up and Powercord should be injected!
- Open a command prompt / terminal of your choice.
- Type
npm run unplug
. (Side note: if you're on Linux, you need root perms for this command!) - Completely kill your Discord Client (right-click Discord in the System Tray -> “Quit DiscordCanary”)
- Start Discord back up and Powercord should no longer be injected.
IMPORTANT: Make sure to do this BEFORE deleting Powercord files, else you'll end up with a corrupted Discord installation!
This video was recorded on Windows, but the installation process is similar, if not the same, on all platforms.