From 551205a32aac01feecf6165a7000822393c36a48 Mon Sep 17 00:00:00 2001
From: phoeagon <phoeagon@gmail.com>
Date: Wed, 25 Feb 2015 13:50:26 +0800
Subject: [PATCH] add validator.sh descriptions to README

---
 Linux/README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Linux/README.md b/Linux/README.md
index 5e211a8..39e169e 100644
--- a/Linux/README.md
+++ b/Linux/README.md
@@ -48,6 +48,20 @@ For example:
 Then, the file `/tmp/revoke.txt` is in the same format as `revoke-china-certs.ALL.conf` and
 can be used the same way.
 
+## Validation tool
+
+Run `./validator.sh` to test. On a machine with `EXTENDED` certs revoked, you should see:
+
+        ---------------------
+        Beginning tests.
+        There are 3 tests (BASE/EXTENDED/ALL), each of which would print a  'Passed test' if passes
+        ---------------------
+        Passed test sites for BASE incremental-set
+        Passed test sites for EXTENDED incremental-set
+        Failed test sites for ALL incremental-set
+        ---------------------
+        All tests executed.
+
 
 ## Notes
 
-- 
GitLab