https://github.com/byceps/byceps
Tip revision: abd50e67257e9f853fc96d52d5e9544b460443c1 authored by Jan Korneffel on 22 January 2025, 00:11:02 UTC
Add API endpoint for Zammad to look up user details
Add API endpoint for Zammad to look up user details
Tip revision: abd50e6
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
