diff options
author | Thomas Lange <code@nerdmind.de> | 2019-07-03 14:23:57 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2019-07-03 14:23:57 +0200 |
commit | bb65ed6044d2c96fdef74c5ea2c042450540f37f (patch) | |
tree | e5853bca0b656502cb7d7489d196a09dd0d2293f /readme.md | |
parent | 327b62b60ea108326ea35f834247a7906373892c (diff) | |
download | blog-bb65ed6044d2c96fdef74c5ea2c042450540f37f.tar.gz blog-bb65ed6044d2c96fdef74c5ea2c042450540f37f.tar.xz blog-bb65ed6044d2c96fdef74c5ea2c042450540f37f.zip |
Add references to the documentation
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -15,5 +15,8 @@ Easy blogging application written with PHP7! The application comes with a fullte 3. Rename `core/configuration-example.php` to `core/configuration.php` and customize the configuration and set in any case the settings for the database connection. 4. Navigate your browser to `/admin/auth.php` and authenticate with the default username `ChangeMe` and the password `changeme` (please note that the username is case-sensitive). -## Wiki -More information about the configuration and customization on the **wiki** of this repository!
\ No newline at end of file +## Documentation +You can find more information about the configuration and customization in the wiki: + +* [GitHub](https://github.com/Nerdmind/Blog/wiki) +* [Mirror](https://code.nerdmind.de/blog/wiki/)
\ No newline at end of file |