We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba67d0 commit a1b6a99Copy full SHA for a1b6a99
1 file changed
README.md
@@ -1,3 +1,16 @@
1
-# binaryninja-openai
+# BinaryNinja-OpenAI
2
3
Integrates OpenAI with BinaryNinja via a plugin.
4
+
5
+## Installation
6
7
+If you're installing this as a standalone plugin, you can place (or sym-link)
8
+this in BinaryNinja's plugin path. Default paths are detailed on
9
+[Vector 35's documentation][default-plugin-dir].
10
11
+## License
12
13
+This project is licensed under the [MIT license][license].
14
15
+[default-plugin-dir]:https://docs.binary.ninja/guide/plugins.html
16
+[license]:./LICENSE
0 commit comments