Skip to content

Commit

Permalink
Better welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
drmad committed Dec 1, 2022
1 parent b321ff9 commit b507335
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions base/resources/views/welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,13 @@
<p>Now, you have to do a few things more before start:</p>

<ul>
<li>Adjust the <tt>config/default.php</tt> file to your needs (specially in the <tt>database</tt> section, if you'll use one).</li>
<li>Adjust the <code>config/default.php</code> file to your needs (specially in the <code>database</code> section, if you'll use one).</li>

<li>Create new modules for your project. You can use the <tt>vendimia</tt> script for this task:</li>
<li>Create new modules for your project. You can use the <code>vendimia</code> script for this task:</li>

<pre>
cd <?=Vendimia\PROJECT_PATH?>
<pre>cd <?=Vendimia\PROJECT_PATH?>

vendimia new module TheBestModule</pre>
./vendimia new module MyModule</pre>

<li>And that's it. Have fun coding!</li>

Expand Down

0 comments on commit b507335

Please sign in to comment.