Skip to content

Commit

Permalink
Merge pull request #682 from l0gicgate/fix-server-command
Browse files Browse the repository at this point in the history
Fix PHP Server Command
  • Loading branch information
l0gicgate committed Oct 3, 2023
2 parents 42728ce + 760c8f8 commit 7d82e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1 class="divider front-page-divider"><span>Download &amp; Install</span></h1>

<p>Replace <code>[my-app-name]</code> with the desired directory name for your new application. </p>
<p>You can then run it with PHP's built-in webserver:</p>
<pre><code class="language-bash">$ cd [my-app-name]; php -S localhost:8080 -t public public/index.php</code></pre>
<pre><code class="language-bash">$ cd [my-app-name]; php -S localhost:8080 -t public</code></pre>
</div>
</div>

Expand Down

0 comments on commit 7d82e43

Please sign in to comment.