Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix compile commands for fap; simplify compile+run command
  • Loading branch information
csBlueChip authored Nov 8, 2022
1 parent 22d6c85 commit 50c9175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ git clone https://github.com/csBlueChip/FlipperZero_plugin_howto.git ./
Compile with:
```
cd ~/flipperZero/official/
./fbt firmware_bc_demo
./fbt fap_bc_demo
```
...And/Or (Compile and) Upload with:
```
cd ~/flipperZero/official/
./fbt launch_app APPSRC=applications/bc_demo/
./fbt launch_app APPSRC=bc_demo
```
...Flashing will fail if the FlipperZero is in the applications menu, or running an application!

Expand Down

0 comments on commit 50c9175

Please sign in to comment.