Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In README.md, clarify the location of chat/ folder for compiling tabnine chat. #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Sometimes Tabnine may fail to open the browser on Tabnine Hub, in this case use
![Tabnine Neovim chat](https://github.com/codota/tabnine-nvim/blob/master/examples/lua-chat.gif)
Tabnine Chat is still in BETA and is available only for Tabnine Pro users. To make it work:
- You will need to build the chat from source, by executing: `cargo build --release` inside `chat/` directory.
- On a Linux system with Packer, it would be located at `~/.local/share/nvim/site/pack/packer/start/tabnine-nvim/chat`
- You may be missing some dependencies to build the chat. To fix this, run the following command:
```shell
$ # Debian/Ubuntu
Expand Down