mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -05:00
Update documentation: mention the cli-version for FreeBSD pkg+port
This commit is contained in:
parent
5e165a2e5e
commit
ec41076202
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user