浏览代码

Update index.html

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 3 年之前
父节点
当前提交
389c3de3ca
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      index.html

+ 3 - 2
index.html

@@ -121,8 +121,9 @@
 	   <ol>
 	   <li>Check the write permissions of your "HGRepo" folder in your web app public path; and set its path in the config file.</li>
 	   <li>Check the write permissions of your "data" folder in your web app private path; and set its path in the config file.</li>
-     <li>Set the default Locale.</li>
-     <li>Set the default Context to PUBLIC or PRIVATE (for a private repository).</li>
+           <li>Set the default Locale.</li>
+           <li>Set the default Context to PUBLIC or PRIVATE (for a private repository).</li>
+           <li>Every picture folder may contain a "thumbs" subfolder - that you should create - to not lack in performance: file names in thumbs must be same of file names in parent folders.</li>
 
 	   </ol>