summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan <jordan@psifertex.com>2017-04-13 17:13:07 -0400
committerGitHub <noreply@github.com>2017-04-13 17:13:07 -0400
commit860280bf77f0a79da442e76313252129e4789686 (patch)
tree8ac6f51d1db374f39f6114712f91dabc3eda08ee /README.md
parent844abdd0ef9eab973845020b3571af7771398183 (diff)
Update README.md
add note about branches
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2c9da902..c089636a 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
This repository contains documentation and source code for the [Binary Ninja](https://binary.ninja/) reverse engineering platform API.
+## Branches
+
+Please note that the [dev](/Vector35/binaryninja-api/tree/dev/) branch tracks changes on the `dev` build of binary ninja and is generally the place where all pull requests should be submitted to. However, the [master](/Vector35/binaryninja-api/tree/master/) branch tracks the `stable` build of Binary Ninja which is the default version run after installation. Online [documentation](https://api.binary.ninja/) tracks the stable branch.
+
## Contributing
Public contributions are welcome to this repository. All the API and documentation in this repository is licensed under an MIT license, however, the API interfaces with a closed-source commercial application, [Binary Ninja](https://binary.ninja).