diff --git a/README.md b/README.md index ff7e1314..695fc9ea 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,16 @@ has been automated using Docker. Steps are as follows: 4. At the end of the process a clear confirmation message is shown, or the differences. 5. Build products can be found `firmware/stm32/built`. +## Long-Lived Branches + +We are now maintaining two branches: `master` and `edge`. + +"Edge" will contain features that may not be ready for prime time, +such as Taproot or Miniscript. Our standards for releasing new Edge +versions are lower, so we can iterate faster and get these advancements +out to other developers. + + ## Check-out and Setup **NOTE** This is the `master` branch and covers the latest hardware (Mk4). @@ -66,16 +76,6 @@ so at the top level, do this command: pip install -r requirements.txt ``` -## Long-Lived Branches - -We are now maintaining two branches: `master` and `edge`. - -"Edge" will contain features that may not be ready for prime time, -such as Taproot or Miniscript. Our standards for releasing new Edge -versions are lower, so we can iterate faster and get these advancements -out to other developers. - - ### macOS [Python 3.5 or higher](https://www.python.org) and [Homebrew](https://brew.sh) is required.