Skip to content

Commit db69342

Browse files
author
Jay Deiman
committed
Attempting to fix code blocks
1 parent 5367d13 commit db69342

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
1. If you have a .tar.gz, extract that first.
66

7-
tar -xvzf python-libmilter*.tar.gz
7+
tar -xvzf python-libmilter*.tar.gz
88

99
2. Now, just cd into the directory and install it
1010

11-
cd python-libmilter*
12-
python setup.py install
11+
cd python-libmilter*
12+
python setup.py install
1313

1414
That's it, that will install the the libmilter.py file into its proper place.
1515
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.

0 commit comments

Comments
 (0)