We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecac73b + ae91432 commit 540f96cCopy full SHA for 540f96c
.gitignore
@@ -0,0 +1 @@
1
+config.php
README.md
@@ -35,7 +35,10 @@ Download the [latest version](https://github.com/stecklars/dynamic-dns-netcup-ap
35
I'm always trying to keep the master branch stable.
36
37
### Configuration
38
-Configuration is very simple: Just fill out `config.php` with the required values. The options are explained in there.
+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.
42
43
### How to use
44
`php update.php`
config.php renamed to config.dist.php
0 commit comments