https://github.com/axos-project/axos-manual
A small manual for axos live session which users can refer to directly from the CLI even when offline.
https://github.com/axos-project/axos-manual
Last synced: 11 months ago
JSON representation
A small manual for axos live session which users can refer to directly from the CLI even when offline.
- Host: GitHub
- URL: https://github.com/axos-project/axos-manual
- Owner: AxOS-project
- Created: 2025-07-09T01:30:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T01:40:31.000Z (12 months ago)
- Last Synced: 2025-07-09T02:41:33.565Z (12 months ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AxOS Manual
AxOS Manual is the CLI manual of AxOS designed to help you through the installation process without having to open any browser.
You can use the following command to read the docs:
```bash
man axos
```
## Development
Are you an AxOS develoer or want to contribute to axos-manual? Then make sure that you have pandoc installed!
You can install it by running the following command:
```bash
sudo pacman -S pandoc
```
or
```bash
epsi i pandoc # The AxOS way ;)
```
## References
- More info on writing manual: https://man7.org/linux/man-pages/man7/man-pages.7.html#DESCRIPTION
- Pandoc Documentation: https://pandoc.org/MANUAL.html
- For those who have sanity: [https://touchgrass.now/](https://www.youtube.com/watch?v=dQw4w9WgXcQ)