From 0ed65af6fc162fb8f83093f03972e41bcab641a7 Mon Sep 17 00:00:00 2001
From: Mark Tearle <mark@tearle.com>
Date: Mon, 20 Oct 2014 21:20:18 +0800
Subject: [PATCH] Update README

---
 README.md | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fd723ba..d906666 100644
--- a/README.md
+++ b/README.md
@@ -3,5 +3,27 @@ virtualsnack
 
 Curses based emulator of the UCC Snack Machine ROM
 
-Requirements:
-	npyscreen 4.6.1 or later
+Usage
+-----
+
+virtualsnack.py
+
+Via the network:
+	Connect to port 5150 to issue commands as per Snack ROM interface.
+
+Via the console:
+	Keypad numbers (0-9) emit via the network connection valid response
+	Reset is mapped to R
+	Door acts as a toggle
+
+
+Requirements
+-------------
+
+* npyscreen 4.6.1 or later
+
+Known Issues
+-------------
+
+1. DIP Switches are not currently working
+2. MODE and Money buttons are not implemented (nor are they in the Snack ROM)
-- 
GitLab