Skip to content

Commit

Permalink
Add command to execute development state of program
Browse files Browse the repository at this point in the history
  • Loading branch information
maerkl24 committed Oct 29, 2023
1 parent f97d343 commit b219ca3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/developer/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ To build the documentation, run the following commands:
cd docs
pdm run make html
Execute Hockey Game Clock (Development State)
---------------------------------------------

To execute the current development state of the ``hockeygameclock``, run the following commands:

.. code-block:: shell
pdm pdm run python -m hockeygameclock

0 comments on commit b219ca3

Please sign in to comment.