Skip to content

Commit

Permalink
readme: mention master branch deprecation
Browse files Browse the repository at this point in the history
Refers users to the next branch
  • Loading branch information
tmfink committed Nov 11, 2021
1 parent 0472b21 commit 47dd32c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ Capstone Engine
[![pypi package](https://badge.fury.io/py/capstone.svg)](https://pypi.python.org/pypi/capstone)
[![pypi downloads](https://pepy.tech/badge/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.
Expand Down

0 comments on commit 47dd32c

Please sign in to comment.