This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
kernel-powercord-plugin-dow.../README.md
2022-06-15 11:35:53 -04:00

33 lines
1.3 KiB
Markdown

# Powercord Plugin/Theme Downloader
A package for the [kernel client mod](https://github.com/kernel-mod/) to download plugins and themes from the #plugin-links and #theme-links channels (on the powercord discord server) with a single click. (Compatible with openasar)
![button](https://i.imgur.com/qrE0xA3.png)
## Prerequisites
### [Webpack Package](https://github.com/strencher-kernel/webpack)
### [PC-Compat Package](https://github.com/strencher-kernel/pc-compat)
To install the prerequisites, you can either [use my package downloader](https://github.com/Henry-Hiles/kernel-package-downloader) or run these:
1. `cd <your kernel packages folder>`
2. `git clone https://github.com/strencher-kernel/webpack`
3. `git clone https://github.com/strencher-kernel/pc-compat`
4. `cd pc-compat`
5. `pnpm i --production`
Then restart Discord with `Ctrl+R`
## Installation
**Before you follow this make sure you have the prerequisites.**
To install the prerequisites, you can either [use my package downloader](https://github.com/Henry-Hiles/kernel-package-downloader) or run these:
1. `cd <your kernel packages folder>`
2. `git clone https://github.com/Henry-Hiles/kernel-powercord-plugin-downloader`
Then restart Discord with `Ctrl+R`
Huge thank you to the kernel devs and helper team for making this possible.