Files
howtos/docs/INSTALL.md
user c6b4a88736 feat: scaffold howtos project
Collection of usage guides and cheatsheets. Includes project docs,
topic template, and directory structure.
2026-02-21 19:18:48 +01:00

24 lines
308 B
Markdown

# Install
## Prerequisites
None. This is a plain Markdown collection.
## Optional Tools
For better terminal rendering:
```bash
# bat — syntax-highlighted cat
sudo apt install bat
# glow — terminal markdown renderer
sudo apt install glow
```
## Clone
```bash
git clone <repo-url> ~/git/howtos
```