This commit is contained in:
Peter D. Gray 2023-05-09 09:54:18 -04:00
parent 56f99f41de
commit c9fbe0e251
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -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.