Skip to content

Commit 290c594

Browse files
committed
Update broken link.
1 parent d03c89d commit 290c594

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ If you're installing this as a standalone plugin, you can place (or sym-link)
1010
this in BinaryNinja's plugin path. Default paths are detailed on
1111
[Vector 35's documentation][default-plugin-dir].
1212

13+
This plugin has been tested on macOS and Linux. It probably works on Windows;
14+
please submit a pull request if you've test it.
15+
16+
### Dependencies
17+
18+
- Python 3.10+
19+
- `openai` installed with `pip3 install --user openai`
20+
1321
## API Key
1422

1523
This requires an [API token from OpenAI][token]. The plugin checks for the API
@@ -76,7 +84,7 @@ This project is licensed under the [MIT license][license].
7684

7785
[default-plugin-dir]:https://docs.binary.ninja/guide/plugins.html
7886
[token]:https://beta.openai.com/account/api-keys
79-
[entry]:./entry.py
87+
[entry]:./src/entry.py
8088
[asyncio]:https://docs.python.org/3/library/asyncio.html
8189
[issue-8]:https://github.com/WhatTheFuzz/binaryninja-openai/issues/8
8290
[license]:./LICENSE

0 commit comments

Comments
 (0)