From 0e068b4670f038ddaea9b23926c347e7006ce3f1 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Tue, 18 Nov 2014 02:46:36 -0800 Subject: [PATCH] Add usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3b7edd1f..94f5d6e14 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ This is the Let's Encrypt Agent DEVELOPER PREVIEW repository. -DO NOT RUN THIS CODE ON A PRODUCTION WEBSERVER. IT WILL INSTALL CERTIFICATES +### DO NOT RUN THIS CODE ON A PRODUCTION WEBSERVER. IT WILL INSTALL CERTIFICATES SIGNED BY A TEST CA, AND WILL CAUSE CERT WARNINGS FOR USERS. This code intended for testing, demonstration, and integration engineering with OSes and hosting platforms. Currently the code works with Linux and Apache, though we will be expanding it to other platforms. -# Running the demo on Debian +## Running the demo on Debian ` sudo apt-get install python-pip python-crypto python-dev python-jsonschema python-augeas gcc python-m2crypto`