1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-25 04:25:42 +00:00

add trezorctl to readme

This commit is contained in:
Pavol Rusnak 2017-06-14 18:23:14 +02:00
parent 4874f117f5
commit 348db51775
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -27,6 +27,23 @@ 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 pip install setuptools
Usage
-----
There is a command line tool called ``trezorctl`` which can perform various tasks. Use the following to learn about its commands:
.. code::
trezorctl --help
or to learn options of a particular command:
.. code::
trezorctl commands --help
To use the library in your application look at the following example.
Example
-------