From 028659da246925c68a287eeda06c94aa1863b3c6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 3 Apr 2021 21:38:08 +0300 Subject: add documentation for cpt --- src/docs.org | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/docs.org b/src/docs.org index 28fc62e..79b5e54 100644 --- a/src/docs.org +++ b/src/docs.org @@ -78,5 +78,39 @@ separately: :CUSTOM_ID: carbs-packaging-tools :END: -The user manual for CPT is not complete yet, but will be released with the 6.0.0 -release. You can see the [[https://github.com/CarbsLinux/cpt][repository]] in order to check its status. +CPT User Manual has the implementation details of the package manager utilities. +It can be accessed or otherwise obtained with various methods: + +** HTML +:PROPERTIES: +:CUSTOM_ID: cpt-html +:END: + +You can view the Manual from your browser. The Manual can be viewed as + +- [[file:docs/cpt][One HTML page per node]] +- [[file:docs/cpt.html][Single HTML page]] + +** Plain text +:PROPERTIES: +:CUSTOM_ID: cpt-plain-text +:END: + +You can download [[file:docs/cpt.txt][cpt.txt]] in order to view the Manual from your preferred pager. + +#+begin_src sh +curl -LO https://carbslinux.org/docs/cpt.txt +less cpt.txt +#+end_src + +** Info +:PROPERTIES: +:CUSTOM_ID: cpt-info +:END: + +Info page for CPT is included in the tarball, which can be read offline by +installing either =texinfo= or =info= packages. + +#+begin_src sh +info cpt +#+end_src -- cgit v1.2.3