https://github.com/byceps/byceps
Tip revision: fc7747df7177f2f610c55c9709a81e7b0b618806 authored by Jochen Kupperschmidt on 03 January 2026, 00:21:02 UTC
Display only language icon on CozyLAN locale selector dropdown button
Display only language icon on CozyLAN locale selector dropdown button
Tip revision: fc7747d
byceps.rst
Obtain BYCEPS
=============
Grab a copy of BYCEPS itself. For now, the best way probably is to
clone the Git repository from GitHub:
.. code-block:: console
$ git clone https://github.com/byceps/byceps.git
A new directory, :file:`byceps/`, should have been created.
This way, it should be easy to pull in future updates to BYCEPS using
Git. (And there currently are no release tarballs anyway.)
Now change into the newly created directory, as most of the following
commands must be run from there:
.. code-block:: console
$ cd byceps
