From f3cad50e3ad9861f15ac42aabc8bb9534585ece2 Mon Sep 17 00:00:00 2001 From: prplwtf Date: Thu, 12 Dec 2024 16:56:06 +0100 Subject: [PATCH] fix: no more cross-env in docs --- docs/pages/getting-started/Installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/pages/getting-started/Installation.md b/docs/pages/getting-started/Installation.md index 26137ec..8399da4 100644 --- a/docs/pages/getting-started/Installation.md +++ b/docs/pages/getting-started/Installation.md @@ -34,8 +34,7 @@ apt-get install -y nodejs
npm i -g yarn

Navigate to your Pterodactyl (usually /var/www/pterodactyl) and run the following command to initialize dependencies:

cd /path/to/pterodactyl # Replace with actual path
-yarn
-yarn add cross-env
+yarn