summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index 125021f..ddb4c6b 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,16 @@ Python module for native access to systemd's journald facilities
Installation
============
-On Fedora 17:
+On Fedora 17+:
-sudo yum install git python-pip gcc python-devel systemd-devel
-pip-python git+http://github.com/davidstrauss/journald-python.git#egg=journald
+ sudo yum install git python-pip gcc python-devel systemd-devel
+ pip-python git+http://github.com/davidstrauss/journald-python.git#egg=journald
+
+Test Builds
+===========
+
+ python setup.py build
+ cd builds/lib.*
+ python
+ >>> import journald
+ >>> journald.send("Test")