Update documentation: mention the cli-version for FreeBSD pkg+port

This commit is contained in:
Vinícius Zavam 2023-09-12 08:07:00 +00:00
parent 5e165a2e5e
commit ec41076202
No known key found for this signature in database
GPG Key ID: 415C653413B43475

View File

@ -73,6 +73,8 @@ To install the binary package, use ``pkg install pyXY-onionshare``, with ``pyXY`
pkg install py39-onionshare pkg install py39-onionshare
There's also a **Command-line only** version of OnionShare available as pre-built package. Replace ``py39-onionshare`` by ``py39-onionshare-cli`` if you want to install that version.
For additional information and details about the FreeBSD pre-built packages, please refer to its `official Handbook section about pkg <https://docs.freebsd.org/en/books/handbook/ports/#pkgng-intro>`_. For additional information and details about the FreeBSD pre-built packages, please refer to its `official Handbook section about pkg <https://docs.freebsd.org/en/books/handbook/ports/#pkgng-intro>`_.
Manual port Installation Manual port Installation
@ -82,6 +84,8 @@ To install the FreeBSD port, change directory to the `ports collection <https://
make -s -C www/onionshare all install clean make -s -C www/onionshare all install clean
The ports collection also offers a dedicated port for the **Command-line only** version of OnionShare. Replace ``www/onionshare`` by ``www/onionshare-cli`` if you want to install that version.
For additional information and details about the FreeBSD ports collection, please refer to its `official Handbook section about ports <https://docs.freebsd.org/en/books/handbook/ports/#ports-using>`_. For additional information and details about the FreeBSD ports collection, please refer to its `official Handbook section about ports <https://docs.freebsd.org/en/books/handbook/ports/#ports-using>`_.
.. _verifying_sigs: .. _verifying_sigs: