From 6e3bfdbd116899c99ca12dcfee99bfc496843266 Mon Sep 17 00:00:00 2001
From: Christian Weiske <cweiske@cweiske.de>
Date: Mon, 5 Dec 2011 06:56:50 +0100
Subject: [PATCH] add install instructions

---
 .gitignore |  1 +
 README.rst | 12 +++++++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 6734ca8..78acce2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 releases/
 README.html
+README.rst.html
diff --git a/README.rst b/README.rst
index 2d62343..0761d2f 100644
--- a/README.rst
+++ b/README.rst
@@ -16,6 +16,7 @@ Features
 - Load any remote plain text files, e.g. via HTTP
 - Unlimited number of remote URLs/pages
 - Reload pages
+- Non-blocking URL loading
 - Show HTTP headers
 - Configurable page titles
 - Configurable text size
@@ -136,6 +137,13 @@ Then simply run ::
 
     ./build.sh
 
+Directory ``releases/`` will contain the freshly baked ``.ipk`` file that can
+then be transferred to your dreambox, e.g. via ``scp``::
+
+    $ scp releases/enigma2-plugin-extensions-curlytx_2.3_mipsel.ipk dreambox:
+    $ ssh dreambox
+    $ ipkg install enigma2-plugin-extensions-curlytx_2.3_mipsel.ipk
+
 You will need the ``ipkg-build`` script from
  http://reichholf.net/files/dreambox/tools/ipkg-build
 
@@ -151,4 +159,6 @@ Open issues
 =======
 License
 =======
-The plugin is subject to the GPLv3 or later.
+The plugin is subject to the GPLv3_ or later.
+
+.. _GPLv3: http://www.gnu.org/licenses/agpl.html
-- 
2.30.2