From 0052a41a24a9d23e6bc2501b43e8f10188f0fef2 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 18 Apr 2016 22:01:09 -0400 Subject: Update installation documentation --- doc/installation.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/installation.markdown b/doc/installation.markdown index 794b8763..d2484f0b 100644 --- a/doc/installation.markdown +++ b/doc/installation.markdown @@ -41,11 +41,12 @@ If you would like to install Kanboard outside of the web server document root, y ```bash . -├── .htaccess -> ../kanboard/.htaccess ├── assets -> ../kanboard/assets +├── doc -> ../kanboard/doc ├── favicon.ico -> ../kanboard/favicon.ico ├── index.php -> ../kanboard/index.php -└── jsonrpc.php -> ../kanboard/jsonrpc.php +├── jsonrpc.php -> ../kanboard/jsonrpc.php +└── robots.txt -> ../kanboard/robots.txt ``` The `.htaccess` is optional because its content can be included directly in the Apache configuration. -- cgit v1.2.3