*************************** Getting started *************************** """""""""""""""""""""""""""" Installation """""""""""""""""""""""""""" ---------------------------- Manual installation ---------------------------- For machines with Ubuntu 16 or newer, clone or download this `repository `_, execute the installation script :code:`install.sh`, then log off and login again. .. code-block:: console git clone https://github.com/bitml-lang/bitml-compiler.git cd bitml-compiler ./install.sh ---------------------------- Virtual machine image ---------------------------- `Here `_ you can find a VirtualBox virtual machine image with the |langname| toolchain pre-installed. """""""""""""""""""""""""""" Next steps """""""""""""""""""""""""""" To write a BitML contract, open the DrRacket IDE and put at the beginning of your file :code:`#lang bitml`. For an overview of the capabilities of the toolchain, watch or video `demonstration `_. To learn more about the BitML toolchain, take a look at the :code:`examples` folder in the repository, or read :ref:`BitML in a nuthsell`.