From db6934258cb9f8b4ff41ad58bc1aaee2e64f0618 Mon Sep 17 00:00:00 2001 From: Jay Deiman Date: Mon, 12 Dec 2011 14:26:00 -0600 Subject: [PATCH] Attempting to fix code blocks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de66a74..4d0ae6e 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ 1. If you have a .tar.gz, extract that first. - tar -xvzf python-libmilter*.tar.gz + tar -xvzf python-libmilter*.tar.gz 2. Now, just cd into the directory and install it - cd python-libmilter* - python setup.py install + cd python-libmilter* + python setup.py install That's it, that will install the the libmilter.py file into its proper place. Do note that you can just drop libmilter.py into your project folder and use it that way too. The whole point of this project is to maximize portability.