OpenBSD 6.1 is now released. Also prefer the package than the port.

This commit is contained in:
Daniel Jakots 2017-04-14 12:37:41 -04:00
parent 7c4e4a5818
commit dd24039d64

View File

@ -222,19 +222,19 @@ On OpenBSD
qutebrowser is in http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www/qutebrowser/[OpenBSD ports].
Manual install:
Install the package:
----
# pkg_add qutebrowser
----
Or alternatively, use the ports system :
----
# cd /usr/ports/www/qutebrowser
# make install
----
Or alternatively if you're using `-current` (or OpenBSD 6.1 once it's been released):
----
# pkg_add qutebrowser
----
On Windows
----------