From 0be84878e496b51e6293be74873ac33332e254ed Mon Sep 17 00:00:00 2001 From: yonip23 Date: Wed, 5 Jan 2022 14:17:28 +0200 Subject: [PATCH] add supported architectures to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1b13568..e72d19f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ You may be interested in these TabNine clients written by **third parties**: - [Eclipse](https://github.com/GitPopcorn/tabnine-eclipse) - Your client https://github.com/codota/TabNine/blob/master/HowToWriteAClient.md +# Supported Architectures +- x86_64-unknown-linux-musl +- x86_64-apple-darwin +- aarch64-apple-darwin +- i686-pc-windows-gnu +- x86_64-pc-windows-gnu + # Changelogs If new features don't work for you, check that you have the most recent version by typing `TabNine::version` into your text editor. If you don't have the most recent version, try restarting your editor.