mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
text
This commit is contained in:
parent
8ce20320b2
commit
08bb5ab619
1 changed files with 7 additions and 2 deletions
|
@ -35,7 +35,7 @@ sudo make install; pushd /tmp; proxmark3 -c 'data load -f lf_EM4x05.pm3;lf searc
|
|||
|
||||
- [ ] RPI Zero
|
||||
- [ ] WSL
|
||||
- [ ] PSv3.9
|
||||
- [ ] PSv3.10
|
||||
- [ ] Archlinux
|
||||
- [ ] Kali
|
||||
- [ ] Debian
|
||||
|
@ -52,6 +52,11 @@ sudo make install; pushd /tmp; proxmark3 -c 'data load -f lf_EM4x05.pm3;lf searc
|
|||
last line of output, gives you next command to run
|
||||
Sample: `git push && git push origin v4.15000`
|
||||
|
||||
|
||||
# Step Github releases
|
||||
Go to Github releases, create release based on the new created tag and publish
|
||||
|
||||
# Step Homebrew updates
|
||||
update homebrew repo, file `proxmark3.rb` with a SHA256 sum of the file `v4.15000.tar.gz`
|
||||
|
||||
# Step package maintains
|
||||
make a list of new standalone modes, so when we alert package maintainers they have a sporting chance of adding them
|
||||
|
|
Loading…
Reference in a new issue