summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/repo-quickstart.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/repo-quickstart.txt b/doc/repo-quickstart.txt
index f50e2305f..d52fc08a2 100644
--- a/doc/repo-quickstart.txt
+++ b/doc/repo-quickstart.txt
@@ -52,4 +52,10 @@ Adding to the repository:
be added to the repository in <REPO>/Cfg. Services must be
activated in <REPO>/etc/services.xml.
- - Activate the bundle for a class in <REPO>/etc/metadata.xml \ No newline at end of file
+ - Activate the bundle for a class in <REPO>/etc/metadata.xml
+
+In all cases, run /usr/sbin/ValidateBcfg2Repo <repo> after changes are
+made. This wil check that the files still parse (ie typos, or quote
+errors) and check their values against xml schemas, which will ensure
+that all element names are correct and that required attributes are
+included. \ No newline at end of file