From 8eab5b610b4dc84e55ec5b610f2a5e3c8ca6cf5f Mon Sep 17 00:00:00 2001 From: Petr Bena Date: Sun, 25 May 2014 17:35:54 +0200 Subject: [PATCH] ubuntu --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c079409..8a25340 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,18 @@ Features * Automatically url encodes all data * Automatically figure out author name if not provided explicitly +Installing on debian or ubuntu +============================== + +Just add ppa: +``` +sudo add-apt-repository ppa:benapetr/misc +sudo apt-get update +sudo apt-get install stikkit +``` + +That's all + Building on linux =================