diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-11-24 13:46:11 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-11-24 13:46:11 +0100 |
commit | d4b42995f7aada85a16188b376955f9f4b3b67db (patch) | |
tree | c4caea79698d66b3a5356fb102c466422d20d66b /install/index.php | |
parent | a0c57b35a338f95a7426f49461cbfa203ec49a24 (diff) | |
download | wallabag-d4b42995f7aada85a16188b376955f9f4b3b67db.tar.gz wallabag-d4b42995f7aada85a16188b376955f9f4b3b67db.tar.zst wallabag-d4b42995f7aada85a16188b376955f9f4b3b67db.zip |
add link to documentation into installation
Diffstat (limited to 'install/index.php')
-rwxr-xr-x | install/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/index.php b/install/index.php index fee063bb..d00c8bd5 100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -258,6 +258,7 @@ else if (isset($_POST['install'])) { | |||
258 | <?php endif; ?> | 258 | <?php endif; ?> |
259 | <?php endif; ?> | 259 | <?php endif; ?> |
260 | <p>To install wallabag, you just have to fill the following fields. That's all.</p> | 260 | <p>To install wallabag, you just have to fill the following fields. That's all.</p> |
261 | <p>If you need help, you can read the doc: <a href="docs/">offline documentation</a> and <a href="http://doc.wallabag.org">online one</a> (already up-to-date).</p> | ||
261 | <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p> | 262 | <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p> |
262 | <form method="post"> | 263 | <form method="post"> |
263 | <fieldset> | 264 | <fieldset> |