From cbbfb69dc80ce44cba484668ef5f2f2c6127dace Mon Sep 17 00:00:00 2001 From: Flavia Barbu Date: Sun, 22 Oct 2023 23:58:28 +0300 Subject: [PATCH] guides/bincompat.mdx: Change tense The tense should be changed because we want to express a hypothetical or potential scenario: "A good option is Python" -> "A good option would be Python". --- content/guides/bincompat.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/guides/bincompat.mdx b/content/guides/bincompat.mdx index a1abaf3b..5f7b8307 100644 --- a/content/guides/bincompat.mdx +++ b/content/guides/bincompat.mdx @@ -285,8 +285,8 @@ The commands mount the entire host filesystem to Unikraft and, in doing so, make Run as many executables as possible from the host filesystem on top of Unikraft, using the binary compatibility layer. As potential items, use `/bin/head`, `/usr/bin/sort`, `/bin/zip`. -A good option is Python; -you need the path to the actual Linux executable, not a symbolic link. +A good option would be Python. +You need the path to the actual Linux executable, not a symbolic link. Note that certain executables will not work due to features not being supported by Unikraft: