mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-06-15 18:25:57 +00:00
5cbd31cbf2
telemetrics-client installation starts when the package is installed, this change makes sure that to start telemetry the first time two steps are needed: 1- telemctl opt-in and 2- telemctl start Signed-off-by: Alex Jaramillo <alex.jch@gmail.com>
Notes on manual pages
The manual pages are generated using rst2man.py. To recreate them,
run make manpages in the toplevel folder. If you want to edit
the documentation for upstream changes, make sure to edit the *.rst
files and not the shipped nroff output files.
Generating HTML documentation
At toplevel, run 'doxygen docs/Doxyfile'. The documentation is generated in the docs/html/ directory.