We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2dd013 commit 4198c99Copy full SHA for 4198c99
1 file changed
README.md
@@ -21,7 +21,7 @@ Ensure you have the following installed:
21
Optional:
22
23
- tiktoken_core: `sudo luarocks install --lua-version 5.1 tiktoken_core`. Alternatively, download a pre-built binary from [lua-tiktoken releases](https://github.com/gptlang/lua-tiktoken/releases)
24
-- Make sure it's installed as `/lib64/lua/5.1/tiktoken_core.so`
+- You can check your Lua PATH in Neovim by doing `:lua print(package.cpath)`. Save the binary as `tiktoken_core.so` in any of the given paths.
25
26
## Installation
27
0 commit comments