mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 11:58:13 +00:00
Add instructions for FreeBSD users
I've created a FreeBSD port:
537ae1b42c
Add instructions for FreeBSD users.
This commit is contained in:
parent
0f722c1991
commit
fb648a241e
13
README.rst
13
README.rst
@ -27,6 +27,19 @@ On Linux you might need to run these commands first:
|
|||||||
sudo apt-get install python-dev cython libusb-1.0-0-dev libudev-dev git
|
sudo apt-get install python-dev cython libusb-1.0-0-dev libudev-dev git
|
||||||
sudo pip install setuptools
|
sudo pip install setuptools
|
||||||
|
|
||||||
|
On FreeBSD you can install the packages:
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
pkg install security/py-trezor
|
||||||
|
|
||||||
|
or build via ports:
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
cd /usr/ports/security/py-trezor
|
||||||
|
make install clean
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user