From 82af7a221a54d1d6cdb028305a417388f7856d37 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Tue, 29 Nov 2011 09:15:16 -0500 Subject: [PATCH] Clean up README --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 79220e4..8d1ba86 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,18 @@ # Haste -Haste is an open-source pastebin software written in node.js, which is easily installable in any network. By default, it is filesystem backed, but it can also be set up to work with Redis quickly. +Haste is an open-source pastebin software written in node.js, which is easily installable in any network. It can be backed by either redis or filesystem, and has a very easy adapter interface for other stores. Major design objectives: * Be really pretty * Be really simple * Be easy to set up and use -* By default, don't require any external database -* API-driven Haste works really well with a little utility called haste-client, allowing you to do things like: `cat something | haste` -which will output a URL to share, or - -`cat something | haste | pbcopy` - -to copy the URL to the clipboard. +which will output a URL to share containing the contents of `cat something`'s STDOUT ## Tested Browsers