readme: mention master branch deprecation
Refers users to the next branch
This commit is contained in:
parent
0472b219e3
commit
47dd32cf68
14
README.md
14
README.md
|
@ -6,6 +6,20 @@ Capstone Engine
|
|||
[](https://pypi.python.org/pypi/capstone)
|
||||
[](https://pepy.tech/project/capstone)
|
||||
|
||||
Deprecation
|
||||
===========
|
||||
|
||||
The [`master`](https://github.com/capstone-engine/capstone/tree/master) branch is deprecated.
|
||||
All forward development should be based on the [`next`](https://github.com/capstone-engine/capstone/tree/next) branch.
|
||||
|
||||
To clone a fresh checkout with the `next` branch:
|
||||
|
||||
git clone -b next https://github.com/capstone-engine/capstone
|
||||
|
||||
To change to the `next` branch in an existing checkout:
|
||||
|
||||
git checkout next
|
||||
|
||||
----
|
||||
|
||||
We moved the original historical repo of Capstone from https://github.com/aquynh/capstone to an organization, where we can add more maintainers to the project, and push Capstone development forward.
|
||||
|
|
Loading…
Reference in New Issue