From f546fef55cef4cb48665a2b36a746dfed8f7678c Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Mon, 8 Jul 2019 21:02:03 -0400
Subject: [PATCH] improve readme

---
 resources/Readme before adding art.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/resources/Readme before adding art.md b/resources/Readme before adding art.md
index 8bc7c392b65..f461f10badd 100644
--- a/resources/Readme before adding art.md	
+++ b/resources/Readme before adding art.md	
@@ -1,4 +1,6 @@
-There are actually two places to add art for FreeCities.  The folder you are currently in, ./resources, is not for custom art, or for the old renders.  It is only for art connected to the git, and it is pushed into the HTML when it's compiled.
+There are actually two places to add art for FreeCities.  The folder you are currently in, ./resources, is not for custom art, or for the old renders.  It is only for art connected to the git, and it is typically pushed into the HTML when it's compiled.
+
+(There is actually an exception to this.  resources/vector and perhaps even resources/favicon will not automatically be pushed in, and if you would like to use them make sure you copy them over to the folder described below:)
 
 If you are interested in adding the old renders or your own custom art to your local version of FreeCities, then you actually want to have a resources folder in the same folder FC_pregmod.html is in.  By default, that will be ./bin/resources.  If you put art in the same folder as this readme, the compile will not recognize it and it will be left behind when the HTML is made.
 
-- 
GitLab