diff --git a/index.html b/index.html
index 46b2786..1e13bdf 100644
--- a/index.html
+++ b/index.html
@@ -61,13 +61,13 @@
Downloads
-- On Red Hat Enterprise Linux, or its derivatives such as CentOS, install Tinyproxy from the EPEL repository by running yum install tinyproxy.
-- On Fedora, install Tinyproxy by running yum install tinyproxy.
-- On Debian and derived distributions, run apt-get install tinyproxy to install Tinyproxy.
-- For openSUSE run: zypper in tinyproxy
-- Arch users can install the Tinyproxy package from the community repository. Run pacman -S tinyproxy to install it.
-- FreeBSD, OpenBSD or NetBSD users can use the pkg_add utility to install the tinyproxy package.
-- Mac OS X users can check MacPorts to see if the Tinyproxy port there is recent enough.
+- On Red Hat Enterprise Linux, or its derivatives such as CentOS, install Tinyproxy from the EPEL repository by running
yum install tinyproxy
.
+- On Fedora, install Tinyproxy by running
yum install tinyproxy
.
+- On Debian and derived distributions, run
apt-get install tinyproxy
to install Tinyproxy.
+- For openSUSE run:
zypper in tinyproxy
+- Arch users can install the Tinyproxy package from the community repository. Run
pacman -S tinyproxy
to install it.
+- FreeBSD, OpenBSD or NetBSD users can use the
pkg_add
utility to install the tinyproxy package.
+- Mac OS X users can use Homebrew:
brew install tinyproxy
.
If you feel that the Tinyproxy binary package in your operating system is not recent, please contact the package maintainer for that particular operating system. If this fails, you can always compile the latest stable version from source code.