From ddcbf21f30d070782597a6a05bca18249322d901 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Fri, 27 Sep 2019 16:20:37 -0300
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 672533d..cb1b976 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ sistemas (CentOS, Debian, Fedora, Ubuntu).
 
 Una vez instalado, podes correr varios dockers a la vez. Si ves el aviso `WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.` la solucion posible esta en https://docs.docker.com/install/linux/linux-postinstall/#your-kernel-does-not-support-cgroup-swap-limit-capabilities
 
-Normalmente es suficiente con:
+Normalmente es suficiente (en Debian) con:
 ```
 $ echo 'GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"' >> /etc/default/grub
 $ update-grub
-- 
GitLab