From ef804392753262fe99afc1c82202d04f89b9ebec Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Sat, 24 Feb 2024 16:09:48 +0800 Subject: [PATCH] doc: turn off sail detection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f6b0d6..138fc9e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ adapters = { -- Sail not properly detected? Explicitly enable it. -- -- Default: function() that checks for sail presence - sail_enabled = false, + sail_enabled = function() return false end, -- Custom sail executable. Not running in Sail, but running bare Docker? -- Set `sail_enabled` = true and `sail_executable` to { "docker", "exec", "[somecontainer]" }