Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ or you can read this documentation inside vscode with the command `Open XML Docu

For running the binary version:
* Windows, macOS, or Linux, on a x86_64 CPU
* We don't make a binary specific for Apple ARM (Apple Silicon), but the x86_64 binary seems to work through the Rosetta 2 translation layer.
* We do not make a binary specific for Apple ARM (Apple Silicon), but the x86_64 binary seems to work through the Rosetta 2 translation layer.
* We do not currently support running on Linux installations without `libc` present
* Java is not required for this version
* The binary is automatically downloaded by vscode-xml if it is needed, with no additional action required on the part of the user.

Expand Down