summaryrefslogtreecommitdiffstats
path: root/system/zeroinstall-injector/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/zeroinstall-injector/README')
-rw-r--r--system/zeroinstall-injector/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/zeroinstall-injector/README b/system/zeroinstall-injector/README
new file mode 100644
index 0000000000..933c126126
--- /dev/null
+++ b/system/zeroinstall-injector/README
@@ -0,0 +1,13 @@
+The Zero Install Injector
+
+A running process is created by combining many different libraries
+(and other components). In the Zero Install world, we have
+all versions of each library available at all times. The problem is
+then how to choose which versions to use.
+
+The injector solves this problem by selecting components to meet
+a program's requirements, according to a policy you give it.
+The injector finds out which versions are available, and downloads
+and runs the ones you choose.
+
+NOTE: You'll need PyGTK (available at SlackBuilds.org) to run this.