aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-10-09 22:31:51 +0200
committerVendicated <vendicated@riseup.net>2022-10-09 22:31:51 +0200
commit304bf4fe29fd76fd951d69dd364087c735bbbb16 (patch)
treedefad07e78e5ead2fab4688244ac7b693ebbb44c /docs
parent25a64ab6be0ad02008f57a518b9c6a874f5ea05d (diff)
downloadVencord-304bf4fe29fd76fd951d69dd364087c735bbbb16.tar.gz
Vencord-304bf4fe29fd76fd951d69dd364087c735bbbb16.tar.bz2
Vencord-304bf4fe29fd76fd951d69dd364087c735bbbb16.zip
Unignore lock file
Diffstat (limited to 'docs')
-rw-r--r--docs/1_INSTALLING.md22
1 files changed, 14 insertions, 8 deletions
diff --git a/docs/1_INSTALLING.md b/docs/1_INSTALLING.md
index 3ce2841..e234874 100644
--- a/docs/1_INSTALLING.md
+++ b/docs/1_INSTALLING.md
@@ -4,12 +4,18 @@ Welcome to Megu's Installation Guide! In this file, you will learn about how to
## Sections
-- [Dependencies](#dependencies)
-- [Installing Vencord](#installing-vencord)
-- [Updating Vencord](#updating-vencord)
-- [Uninstalling Vencord](#uninstalling-vencord)
-- [Manually Installing Vencord](#manually-installing-vencord)
-- [Manually Uninstalling Vencord](#manually-uninstalling-vencord)
+- [Installation Guide](#installation-guide)
+ - [Sections](#sections)
+ - [Dependencies](#dependencies)
+ - [Installing Vencord](#installing-vencord)
+ - [Updating Vencord](#updating-vencord)
+ - [Uninstalling Vencord](#uninstalling-vencord)
+ - [Manually Installing Vencord](#manually-installing-vencord)
+ - [On Windows](#on-windows)
+ - [On Linux](#on-linux)
+ - [On MacOS](#on-macos)
+ - [Manual Patching](#manual-patching)
+ - [Manually Uninstalling Vencord](#manually-uninstalling-vencord)
## Dependencies
@@ -38,7 +44,7 @@ cd Vencord
Install dependencies:
```shell
-pnpm install
+pnpm install --frozen-lockfile
```
Build Vencord:
@@ -95,7 +101,7 @@ pnpm uninject
The above command may ask you to also run:
```shell
-pnpm install
+pnpm install --frozen-lockfile
pnpm uninject
```