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:
parent
4874f117f5
commit
348db51775
17
README.rst
17
README.rst
@ -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
|
||||
-------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user