Skip to content

Commit

Permalink
guides/bincompat.mdx: Change tense
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
violincase13 committed Oct 22, 2023
1 parent a3bf43c commit 72d743f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/guides/bincompat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ The commands nount 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.

<Info>
Note that certain executables will not work due to features not being supported by Unikraft:
Expand Down

0 comments on commit 72d743f

Please sign in to comment.