diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-03 21:38:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-03 21:38:08 +0300 |
commit | 028659da246925c68a287eeda06c94aa1863b3c6 (patch) | |
tree | e054299cde52fc94a3ed853ffe63a2b03be0c16c /src | |
parent | be08fa9f01ffaaaeebc0a35658f4cf00a56332f6 (diff) | |
download | website-028659da246925c68a287eeda06c94aa1863b3c6.tar.gz |
add documentation for cpt
Diffstat (limited to 'src')
-rw-r--r-- | src/docs.org | 38 |
1 files changed, 36 insertions, 2 deletions
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 |