first commit
This commit is contained in:
commit
fe3018ce37
4 changed files with 195 additions and 0 deletions
33
README.md
Normal file
33
README.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# 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)
|
||||
|
||||

|
||||
|
||||
## 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.
|
Reference in a new issue