Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ths2-9Y-LqJt6 committed Mar 27, 2019
1 parent 4cf9584 commit 0e7ee0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ Please ensure your code has no warnings in the error log. Also, do as I do:

If you need to install the ``sample.sql`` file so the examples work, ``cd`` into the examples directory:

1. It's assumed you're using a localhost instance of mysql that uses passwordless root access. If so, run this: ``mysql -u root < sample.sql``. If you need to specify a server or a password, do so accordingly with ``-h SERVER`` and ``-p`` respectively.
1. Copy the ``config.dist.php`` to ``config.php``. If you used different credentials than the default, update this file to have the correct entries.
1. It's assumed you're using a localhost instance of mysql that uses passwordless root access. If so, run this: ``mysql -u root < sample.sql`` (To specify a server use ``-h SERVER`` and to specify a password use ``-p``).
1. Copy the ``config.dist.php`` to ``config.php``.
1. OPTIONAL - If you used different credentials than the default, update ``config.php`` file to have the correct entries.

If you've added a new method or changed the PhpDoc for an existing method, update the ``phpdoc`` folder by:

Expand Down

0 comments on commit 0e7ee0f

Please sign in to comment.