From f8adadc703a6ae47e9cbf53a93b4299443afaf06 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Fri, 22 Apr 2011 11:22:45 -0700 Subject: [PATCH] Update readme --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 13a3464df9..d0ec576423 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,16 @@ Package maintainers work hard and take a lot of shit. You can't please everyone. It helps you build packages quickly (Packages like RPM and DEB formats). -> At BayLISA in April, I gave a talk about fpm. At the end, I asked "What can I package for you?" -> -> Someone asked for memcached. Done. -> -> Google for it, download the source, unpack, ./configure, make, make install, fpm, deploy. -> -> 60 seconds. +At BayLISA in April 2011, I gave a talk about fpm. At the end, I asked "What +can I package for you?" + +Someone asked for memcached. + +Google for 'memcached', download the source, unpack, ./configure, make, make +install, fpm, deploy. + +In 60 seconds, starting from nothing, I had both an RPM and a .DEB of memcached +ready to deploy. ## Backstory