aboutsummaryrefslogtreecommitdiff
path: root/src/docs.org
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs.org')
-rw-r--r--src/docs.org38
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