diff --git a/web/download.htm b/web/download.htm
index 6c8f68777..cd3f12d53 100644
--- a/web/download.htm
+++ b/web/download.htm
@@ -410,7 +410,16 @@ The following SVN projects are currently active:
# svn co https://svn.sourceforge.net/svnroot/shorewall/branches/x.y/Shorewall shorewall
-
+
+
+Releases have tags with names of the form X.Y.Z. Example: 3.0.5 is Shorewall version 3.0.5.
+
+You can donwload a specific release using the following commands:
+
+# svn co svn co https://svn.sourceforge.net/svnroot/shorewall/tags/x.y.z/Shorewall shorewall
+
+
+