Skip to content

Commit a9875ed

Browse files
committed
Modify installation instructions.
The recommended place to store the API key is in Binary Ninja's preferences.
1 parent 6406d71 commit a9875ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"Linux"
2020
],
2121
"installinstructions": {
22-
"Darwin": "pip3 install --user openai. Under your OpenAI account, create an API key and set it to the environment variable OPENAI_API_KEY inside Binary Ninja's Python console.",
23-
"Linux": "pip3 install --user openai. Under your OpenAI account, create an API key and set it to the environment variable OPENAI_API_KEY inside Binary Ninja's Python console."
22+
"Darwin": "`pip3 install --user openai`.\n Add your OpenAI API key to the OpenAI preferences in Binary Ninja.",
23+
"Linux": "`pip3 install --user openai`.\n Add your OpenAI API key to the OpenAI preferences in Binary Ninja."
2424
},
2525
"dependencies": {
2626
"pip": [

0 commit comments

Comments
 (0)