Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Commit

Permalink
Add note to rename config.sample.php to config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDB committed Apr 25, 2017
1 parent 28bb2de commit fbb991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Generate an SSH key and add it to your account so that `git pull` can be run wit

Copy the __git-deploy__ folder and its contents in to your public folder (typically public_html). Note that you can change the name of the folder if desired.

Open __git-deploy/config.php__, and update each variable.
Rename __git-deploy/config.sample.php__ to __git-deploy/config.php__, and update each variable.

```PHP
define('TOKEN', 'your-secret-token');
Expand Down

0 comments on commit fbb991d

Please sign in to comment.