blob: 1b86f4ce0367e3c39b0eb904e16a0c39ce8d4eb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
post_install() {
echo "To finish the installation, follow the following steps depending of the package you've installed:
Vesktop (replace the Vesktop's Vencord with the installed Vencord):
1. Open Vesktop
2. Go to the Vesktop Settings category
3. Scroll down all the way to the Vencord Location section
4. Press "Change" and select the directory /usr/lib/vencord
5. Fully close and restart Vesktop
Chromium browsers:
1. Head to chrome://extensions, or the equivalent of your browser if it doesn't work
2. Enable "Developer Mode"
3. Click "Load unpacked" and select the directory /usr/lib/vencord-chromium
Firefox and Librewolf:
Nothing to do, the extension should already be activated by default"
}
|