1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-16 13:30:53 +03:00

add supported architectures to readme

This commit is contained in:
yonip23 2022-01-05 14:17:28 +02:00
parent 2b14ba9cf1
commit 0be84878e4

View File

@ -24,6 +24,13 @@ You may be interested in these TabNine clients written by **third parties**:
- [Eclipse](https://github.com/GitPopcorn/tabnine-eclipse) - [Eclipse](https://github.com/GitPopcorn/tabnine-eclipse)
- Your client https://github.com/codota/TabNine/blob/master/HowToWriteAClient.md - 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 # 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. 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.