Home - MWRuszczycky/btx GitHub Wiki
Welcome to the btx wiki!
Downloading and compiling btx
btx is developed using Haskell and the Haskell Tool Stack. Instructions for downloading the source code and compiling are provided here.
Tutorial
Getting help
btx is written with an emphasis on help documentation. You can get a complete list of all currently supported commands, keywords and directives using:
$ btx help
You can get detailed information about any one command, keyword or directive using:
$ btx help <what-you-want-to-know-about>
for example, to get the details about the get
command use btx help get
.