Collection of usage guides and cheatsheets. Includes project docs, topic template, and directory structure.
24 lines
308 B
Markdown
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
|
|
```
|