---
 README.md | 52 +++++++++++++++++++++++-----------------------------
 1 file changed, 23 insertions(+), 29 deletions(-)

diff --git a/README.md b/README.md
index eb5dda9..7fd44b9 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,23 @@
-# OpenSMTPD-extras
-This is the mirror of the official repository of OpenSMTPD addons
-
-# How to install
-First, you need to clone the repository matching your OpenSMTPD version.
-As of now, only "master" and "portable" are supported, tags will be issued for 
specific versions later.
-
-    $ git clone https://github.com/OpenSMTPD/OpenSMTPD-extras.git -b master
-
-or
-
-    $ git clone https://github.com/OpenSMTPD/OpenSMTPD-extras.git -b portable
-    
-
-Secondly, you need to bootstrap the repository, some dependencies (autotools, 
libtool) may be needed:
-
-    $ sh bootstrap
-
-Then, you need to configure what add-ons you want to install, for example:
-
-    $ ./configure --libexecdir=/usr/libexec/opensmtpd --with-table-mysql 
--with-filter-stub --with-queue-ram
-
-
-Finally build and install:
-
-    $ make
-    # make install
-
-The addons will be installed in /usr/libexec/opensmtpd where OpenSMTPD can 
find them.
+# OpenSMTPD-extras
+This is the mirror of the official repository of OpenSMTPD addons
+
+# How to install
+First, you need to clone the repository:
+
+    $ git clone https://github.com/OpenSMTPD/OpenSMTPD-extras.git
+
+Secondly, you need to bootstrap the repository, some dependencies (autotools, 
libtool) may be needed:
+
+    $ sh bootstrap
+
+Then, you need to configure what add-ons you want to install, for example:
+
+    $ ./configure --libexecdir=/usr/libexec/opensmtpd --with-table-mysql 
--with-filter-stub --with-queue-ram
+
+
+Finally build and install:
+
+    $ make
+    # make install
+
+The addons will be installed in /usr/libexec/opensmtpd where OpenSMTPD can 
find them.
-- 
2.4.2


-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to