From d5952728e422392c1ffb9cbdcade01fbae0293ea Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 30 Aug 2019 12:04:48 -0400
Subject: [PATCH] slightly more docs

---
 README.rst | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.rst b/README.rst
index 565703d..211cf19 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,18 @@
 PaymentServer
 =============
 
+PaymentServer maintains the state of a voucher database with respect to payments.
+It receives payment notifications from payment processors and notes this in the database.
+
+Currently, Stripe is supported.
+
+Building
+--------
+
+Build using Stack::
+
+  $ stack build
+
 Testing
 -------
 
-- 
GitLab