From eac7d4156ea16834293d0b21a90ee07bdcb312c6 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 13 May 2020 08:59:11 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d5c7a9..f36d060 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,9 @@ This section is for projects like Proxmox, for where the community feel strongly ## Appendix -Sorting sections: +### Sorting sections + +Each section should be sorted after it's been updated, here's how you can do that with bash. ```bash cat | sort -f @@ -80,3 +82,5 @@ cat | sort -f # Control + D ``` + +Then paste the output back into the document.