From 7f6b342de26e16e197f69c7576bb687aac03e527 Mon Sep 17 00:00:00 2001
From: Niall Sheridan <nsheridan@gmail.com>
Date: Sun, 22 May 2016 22:24:14 +0100
Subject: [PATCH] Update README

---
 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 59883a01..29729b7a 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,15 @@ go get github.com/cashier/cmd/...
 docker run -it --rm -p 10000:10000 --name cashier -v $(pwd):/cashier nsheridan/cashier
 ```
 
+# Requirements
+## Server
+Go 1.5+. May work with earlier versions.
+
+## Client
+OpenSSH 5.6 or newer.
+A working SSH agent.
+I have only tested this on Linux & OSX.
+
 # Configuration
 Configuration is divided into three sections: `server`, `auth`, and `ssh`.
 
@@ -69,6 +78,7 @@ Configuration is divided into three sections: `server`, `auth`, and `ssh`.
 - `tls_cert` : string. Path to the TLS cert.
 - `port` : int. Port to listen on.
 - `cookie_secret`: string. Authentication key for the session cookie.
+- `template_dir`: string. Path to html template directory. At present only 'token.html' is required.
 
 ### auth
 - `provider` : string. Name of the oauth provider. At present the only valid value is "google".
@@ -117,5 +127,3 @@ where `/etc/ssh/ca.pub` contains the public part of your signing key.
 ## Future Work
 
 - Host certificates - only user certificates are supported at present.
-- Record issued certs.
-- Cert revocation - depends on recording issued certs.
-- 
GitLab