Skip to content

Commit 540f96c

Browse files
authored
Merge pull request #7 from ipf/master
Add config.dist.php as template
2 parents ecac73b + ae91432 commit 540f96c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config.php

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ Download the [latest version](https://github.com/stecklars/dynamic-dns-netcup-ap
3535
I'm always trying to keep the master branch stable.
3636

3737
### Configuration
38-
Configuration is very simple: Just fill out `config.php` with the required values. The options are explained in there.
38+
Configuration is very simple:
39+
* Copy `config.dist.php` to `config.php`
40+
* `cp config.dist.php config.php`
41+
* Fill out `config.php` with the required values. The options are explained in there.
3942

4043
### How to use
4144
`php update.php`
File renamed without changes.

0 commit comments

Comments
 (0)