feat: scaffold howtos project

Collection of usage guides and cheatsheets. Includes project docs,
topic template, and directory structure.
This commit is contained in:
user
2026-02-21 19:18:48 +01:00
commit c6b4a88736
10 changed files with 233 additions and 0 deletions

23
docs/INSTALL.md Normal file
View File

@@ -0,0 +1,23 @@
# 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
```