From 9cbaaf6803719e33c3033a82f34d383829adbe7a Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Sat, 9 Apr 2011 06:55:25 -0600 Subject: [PATCH] document how to get started and the planned Connect dependency --- README | 0 README.md | 10 ++++++++++ 2 files changed, 10 insertions(+) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e69de29bb..000000000 diff --git a/README.md b/README.md new file mode 100644 index 000000000..6221c85c4 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +This is an exploration of the distributed identity system described here: +https://wiki.mozilla.org/Labs/Identity/VerifiedEmailProtocol + +Getting started: + +1. install node.js: http://nodejs.org/ +2. install the Connect framework: http://senchalabs.github.com/connect/ +3. run the top level `run.js` script +4. visit the demo application ('rp') in your web browser (url output on the console at runtime)â + -- GitLab