https://github.com/carbslinux/docs
https://github.com/carbslinux/docs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carbslinux/docs
- Owner: CarbsLinux
- License: other
- Created: 2020-06-27T20:26:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T17:59:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T07:30:38.113Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Carbs Linux User Manual
--------------------------------------------------------------------------------
This is the Carbs Linux documentation written with Emacs Org-mode. It can be
viewed offline by installing the `carbs-docs` package. Distribution tarballs
come with a prebuilt info page and plaintext pages, so neither `emacs` nor
`texinfo` is necessary.
You can view offline documentation by doing one of the following:
less /usr/share/doc/carbslinux.txt
Or:
info carbslinux
There are two packages in the repository for viewing info files, `texinfo` and
`info`. The `info` package only comes with the statically linked documentation
reader, so you don't need `perl` to install it.
cpt-build info carbs-docs
To generate info pages from the git repository, you will need to install
`texinfo`. For your convenience, the plaintext and texinfo files are committed
directly on the repository, but those files are generated directly from Emacs.
git clone git://git.carbslinux.org/docs
cpt-build texinfo && cpt-install texinfo
make
make PREFIX=/usr install
install-info /usr/share/info/carbslinux.info /usr/share/info/dir