Skip to content

Commit

Permalink
Add quick start instruction into contribute.rst
Browse files Browse the repository at this point in the history
(while it works, no need to make it more complicated)
  • Loading branch information
abitrolly committed Dec 6, 2024
1 parent be8b3a2 commit 1e05c6b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
==================


TL;DR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you have `tmt` installed:

..code-block:: python

git clone https://github.com/teemtee/tmt
cd tmt
python -m tmt

This will run `tmt` from repository code, which should be enough
for quick start. For proper development setup, read below.


Introduction
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 1e05c6b

Please sign in to comment.