Skip to content

Commit

Permalink
fix: no more cross-env in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Dec 12, 2024
1 parent 15ee8ab commit f3cad50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/pages/getting-started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ apt-get install -y nodejs</code></pre>
<pre><code class="language-bash">npm i -g yarn</code></pre>
<p>Navigate to your Pterodactyl (usually <code>/var/www/pterodactyl</code>) and run the following command to initialize dependencies:</p>
<pre><code class="language-bash">cd /path/to/pterodactyl # Replace with actual path
yarn
yarn add cross-env</code></pre>
yarn</code></pre>
</div>
<!-- Additional dependencies -->
<div class="col col-12">
Expand Down

0 comments on commit f3cad50

Please sign in to comment.