Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed May 18, 2023
1 parent be94fdb commit 2ce3756
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# PM3 Client Builder

Build multiple clients of [Proxmark3 RRG repo](https://github.com/RfidResearchGroup/proxmark3)(for Windows) in parallel by GitHub Action.

## Usage
1. Fork this repo
2. Go to `Actions` then enable it.
(If you don't want to affect your contribution chart, you can create a new branch then do the following steps)
3. Change the `config.json`
4. Push a commit to this repo or click `Run workflow` in `Actions`
5. Check and download the firmwares in `Actions`->the latest workflow run->`Artifacts`

## Examples of `config.json`

### Build 3 versions on 4 platforms

<details>
<summary>config.json</summary>


```
{
"refs": [
"master",
"v4.16191",
"v4.15864"
],
"platforms": [
"PM3RDV4",
"PM3GENERIC",
"RDV4BTADDON",
"GENERICWITHFLASH"
]
}
```

</details>

0 comments on commit 2ce3756

Please sign in to comment.