add webi dat dat dat
[webi-installers/.git] / vps-addswap / README.md
index 540eacf99a4dc3396fba59093306ccb483ff74c6..cf02cd1126c759aaddda691f036fe092b67af69c 100644 (file)
@@ -4,15 +4,17 @@ homepage: https://webinstall.dev/vps-addswap
 tagline: |
   VPS Add Swap: because a little RAM can go a long way.
 linux: true
-description: |
-  Creates permanent swap space that will be activated on each boot.
+---
 
-  `vps-addswap` will
+## Cheat Sheet
 
-    1. create a permanent swapfile `/var/swapfile`
-    2. format and activate the swapfile
-    3. add '/var/swapfile none swap sw 0 0' to `/etc/fstab`
----
+> Creates permanent swap space that will be activated on each boot.
+
+`vps-addswap` will
+
+1. create a permanent swapfile `/var/swapfile`
+2. format and activate the swapfile
+3. add '/var/swapfile none swap sw 0 0' to `/etc/fstab`
 
 ### What is `swap`?