mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Update documentation: describe pkg installatin for FreeBSD
This commit is contained in:
parent
80e77e5f96
commit
6d38761308
1 changed files with 7 additions and 0 deletions
|
@ -61,6 +61,13 @@ FreeBSD
|
||||||
|
|
||||||
Althought not being officially developed for this platform, OnionShare can also be installed on `FreeBSD <https://freebsd.org/>`_. It's available via its ports tree or as pre-built package. Should you opt to install and use OnionShare on a FreeBSD operating system, please be aware that it's **NOT** officially supported by the OnionShare project.
|
Althought not being officially developed for this platform, OnionShare can also be installed on `FreeBSD <https://freebsd.org/>`_. It's available via its ports tree or as pre-built package. Should you opt to install and use OnionShare on a FreeBSD operating system, please be aware that it's **NOT** officially supported by the OnionShare project.
|
||||||
|
|
||||||
|
Binary pkg Installation
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
To install the binary package, use ``pkg install pyXY-onionshare``, with ``pyXY`` specifying the version of Python the package was built for. So, in order to install OnionShare for Python 3.9, use::
|
||||||
|
|
||||||
|
pkg install py39-onionshare
|
||||||
|
|
||||||
.. _verifying_sigs:
|
.. _verifying_sigs:
|
||||||
|
|
||||||
Verifying PGP signatures
|
Verifying PGP signatures
|
||||||
|
|
Loading…
Add table
Reference in a new issue